Html Css Color HEX #123675 Dark Cerulean

📋 copy color: '#123675'

red 18 ◦ green 54 ◦ blue 117

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

Shades of Dark Cerulean #123675

Tints of Dark Cerulean #123675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 117 (46.09% from 255) = 61.9%

R = 9.52%
G = 28.57%
B = 61.9%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123675 (or 0x123675) is known color: Dark Cerulean. HEX triplet: 12, 36 and 75. RGB value is (18,54,117). Sum of RGB (Red+Green+Blue) = 18+54+117=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #123675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123675 is #EDC98A. Grayscale: #323232. Windows color (decimal): -15583627 or 7681554. OLE color: 7681554.

HSL color Cylindrical-coordinate representation of color #123675: hue angle of 218.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123675 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 54 117 -
CMYK 0.85 0.54 0 0.54
HSL 218.18º 0.73% 0.26% -
HSV(B) 218.18º 0.85% 0.46% -
XYZ 4.78 4.05 17.36 -
YUV 50.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 18 54 117 0.85 0.54 0 0.54 218.18 0.73 0.26
Hex 12 36 75 55 36 0 36 DA 49 1A
Octal 22 66 165 125 66 0 66 332 111 32
Binary 10010 110110 1110101 1010101 110110 0 110110 11011010 1001001 11010

Color Harmonies of #123675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123675

Black with #123675

Text Example


Text Example

White with #123675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123675; }

 p { color: rgb(18,54,117); }

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

background-color css

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

 a { background-color: rgb(18,54,117); }

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

border-color css

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

 span { border-color: rgb(18,54,117); }

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