Html Css Color HEX #12447F Dark Cerulean

📋 copy color: '#12447F'

red 18 ◦ green 68 ◦ blue 127

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

Shades of Dark Cerulean #12447F

Tints of Dark Cerulean #12447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 8.45%
G = 31.92%
B = 59.62%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12447F (or 0x12447F) is known color: Dark Cerulean. HEX triplet: 12, 44 and 7F. RGB value is (18,68,127). Sum of RGB (Red+Green+Blue) = 18+68+127=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #12447F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12447F is #EDBB80. Grayscale: #3B3B3B. Windows color (decimal): -15580033 or 8340498. OLE color: 8340498.

HSL color Cylindrical-coordinate representation of color #12447F: hue angle of 212.48º 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 #12447F is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 68 127 -
CMYK 0.86 0.46 0 0.50
HSL 212.48º 0.75% 0.28% -
HSV(B) 212.48º 0.86% 0.5% -
XYZ 6.15 5.8 20.87 -
YUV 59.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 18 68 127 0.86 0.46 0 0.50 212.48 0.75 0.28
Hex 12 44 7F 56 2E 0 32 D4 4B 1C
Octal 22 104 177 126 56 0 62 324 113 34
Binary 10010 1000100 1111111 1010110 101110 0 110010 11010100 1001011 11100

Color Harmonies of #12447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12447F

Black with #12447F

Text Example


Text Example

White with #12447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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