Html Css Color HEX #12436D Dark Cerulean

📋 copy color: '#12436D'

red 18 ◦ green 67 ◦ blue 109

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

Shades of Dark Cerulean #12436D

Tints of Dark Cerulean #12436D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 9.28%
G = 34.54%
B = 56.19%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12436D (or 0x12436D) is known color: Dark Cerulean. HEX triplet: 12, 43 and 6D. RGB value is (18,67,109). Sum of RGB (Red+Green+Blue) = 18+67+109=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #12436D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12436D is #EDBC92. Grayscale: #383838. Windows color (decimal): -15580307 or 7160594. OLE color: 7160594.

HSL color Cylindrical-coordinate representation of color #12436D: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12436D is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 67 109 -
CMYK 0.83 0.39 0 0.57
HSL 207.69º 0.72% 0.25% -
HSV(B) 207.69º 0.83% 0.43% -
XYZ 5.02 5.25 15.22 -
YUV 57.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 18 67 109 0.83 0.39 0 0.57 207.69 0.72 0.25
Hex 12 43 6D 53 27 0 39 D0 48 19
Octal 22 103 155 123 47 0 71 320 110 31
Binary 10010 1000011 1101101 1010011 100111 0 111001 11010000 1001000 11001

Color Harmonies of #12436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12436D

Black with #12436D

Text Example


Text Example

White with #12436D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12436D; }

 p { color: rgb(18,67,109); }

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

background-color css

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

 a { background-color: rgb(18,67,109); }

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

border-color css

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

 span { border-color: rgb(18,67,109); }

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