Html Css Color HEX #12537F Dark Cerulean

📋 copy color: '#12537F'

red 18 ◦ green 83 ◦ blue 127

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

Shades of Dark Cerulean #12537F

Tints of Dark Cerulean #12537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

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

R = 7.89%
G = 36.4%
B = 55.7%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12537F (or 0x12537F) is known color: Dark Cerulean. HEX triplet: 12, 53 and 7F. RGB value is (18,83,127). Sum of RGB (Red+Green+Blue) = 18+83+127=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #12537F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12537F is #EDAC80. Grayscale: #444444. Windows color (decimal): -15576193 or 8344338. OLE color: 8344338.

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

Color convert

RGB 18 83 127 -
CMYK 0.86 0.35 0 0.50
HSL 204.22º 0.75% 0.28% -
HSV(B) 204.22º 0.86% 0.5% -
XYZ 7.17 7.85 21.22 -
YUV 68.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 18 83 127 0.86 0.35 0 0.50 204.22 0.75 0.28
Hex 12 53 7F 56 23 0 32 CC 4B 1C
Octal 22 123 177 126 43 0 62 314 113 34
Binary 10010 1010011 1111111 1010110 100011 0 110010 11001100 1001011 11100

Color Harmonies of #12537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12537F

Black with #12537F

Text Example


Text Example

White with #12537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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