Html Css Color HEX #12367B Dark Cerulean

📋 copy color: '#12367B'

red 18 ◦ green 54 ◦ blue 123

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

Shades of Dark Cerulean #12367B

Tints of Dark Cerulean #12367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 63.08%

R = 9.23%
G = 27.69%
B = 63.08%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12367B (or 0x12367B) is known color: Dark Cerulean. HEX triplet: 12, 36 and 7B. RGB value is (18,54,123). Sum of RGB (Red+Green+Blue) = 18+54+123=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #12367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12367B is #EDC984. Grayscale: #323232. Windows color (decimal): -15583621 or 8074770. OLE color: 8074770.

HSL color Cylindrical-coordinate representation of color #12367B: hue angle of 219.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12367B is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 54 123 -
CMYK 0.85 0.56 0 0.52
HSL 219.43º 0.74% 0.28% -
HSV(B) 219.43º 0.85% 0.48% -
XYZ 5.14 4.2 19.28 -
YUV 51.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 18 54 123 0.85 0.56 0 0.52 219.43 0.74 0.28
Hex 12 36 7B 55 38 0 34 DB 4A 1C
Octal 22 66 173 125 70 0 64 333 112 34
Binary 10010 110110 1111011 1010101 111000 0 110100 11011011 1001010 11100

Color Harmonies of #12367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12367B

Black with #12367B

Text Example


Text Example

White with #12367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12367B; }

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

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

background-color css

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

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

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

border-color css

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

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

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