Html Css Color HEX #123583 Dark Cerulean

📋 copy color: '#123583'

red 18 ◦ green 53 ◦ blue 131

#123583
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #123583

Tints of Dark Cerulean #123583

RGB

 RED value IS 18 (7.42% from 255) = 8.91%

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 131 (51.56% from 255) = 64.85%

R = 8.91%
G = 26.24%
B = 64.85%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#123583 (or 0x123583) is known color: Dark Cerulean. HEX triplet: 12, 35 and 83. RGB value is (18,53,131). Sum of RGB (Red+Green+Blue) = 18+53+131=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #123583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123583 is #EDCA7C. Grayscale: #333333. Windows color (decimal): -15583869 or 8598802. OLE color: 8598802.

HSL color Cylindrical-coordinate representation of color #123583: hue angle of 221.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123583 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 53 131 -
CMYK 0.86 0.60 0 0.49
HSL 221.42º 0.76% 0.29% -
HSV(B) 221.42º 0.86% 0.51% -
XYZ 5.62 4.31 22.01 -
YUV 51.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 18 53 131 0.86 0.60 0 0.49 221.42 0.76 0.29
Hex 12 35 83 56 3C 0 31 DD 4C 1D
Octal 22 65 203 126 74 0 61 335 114 35
Binary 10010 110101 10000011 1010110 111100 0 110001 11011101 1001100 11101

Color Harmonies of #123583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123583

Black with #123583

Text Example


Text Example

White with #123583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123583; }

 p { color: rgb(18,53,131); }

 H1.HeaderClassName
 {
   color: #123583;
 }
 .AnyTagClassName
 {
   color: #123583;
 }
</style>

background-color css

<style>
 a { background-color: #123583; }

 a { background-color: rgb(18,53,131); }

 div.DivClassName
 {
   background-color: #123583;
 }
 .BgClassName
 {
   background-color: #123583;
 }
</style>

border-color css

<style>
 span { border-color: #123583; }

 span { border-color: rgb(18,53,131); }

 td.TdClassName
 {
   border-color: #123583;
 }
 .TagClassName
 {
   border-color: #123583;
 }
</style>