Html Css Color HEX #12367F Dark Cerulean

📋 copy color: '#12367F'

red 18 ◦ green 54 ◦ blue 127

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

Shades of Dark Cerulean #12367F

Tints of Dark Cerulean #12367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.82%

R = 9.05%
G = 27.14%
B = 63.82%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12367F (or 0x12367F) is known color: Dark Cerulean. HEX triplet: 12, 36 and 7F. RGB value is (18,54,127). Sum of RGB (Red+Green+Blue) = 18+54+127=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #12367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12367F is #EDC980. Grayscale: #333333. Windows color (decimal): -15583617 or 8336914. OLE color: 8336914.

HSL color Cylindrical-coordinate representation of color #12367F: hue angle of 220.18º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12367F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 54 127 -
CMYK 0.86 0.57 0 0.50
HSL 220.18º 0.75% 0.28% -
HSV(B) 220.18º 0.86% 0.5% -
XYZ 5.4 4.3 20.62 -
YUV 51.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 18 54 127 0.86 0.57 0 0.50 220.18 0.75 0.28
Hex 12 36 7F 56 39 0 32 DC 4B 1C
Octal 22 66 177 126 71 0 62 334 113 34
Binary 10010 110110 1111111 1010110 111001 0 110010 11011100 1001011 11100

Color Harmonies of #12367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12367F

Black with #12367F

Text Example


Text Example

White with #12367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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