Html Css Color HEX #12537A Dark Cerulean

📋 copy color: '#12537A'

red 18 ◦ green 83 ◦ blue 122

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

Shades of Dark Cerulean #12537A

Tints of Dark Cerulean #12537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.71%

R = 8.07%
G = 37.22%
B = 54.71%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12537A (or 0x12537A) is known color: Dark Cerulean. HEX triplet: 12, 53 and 7A. RGB value is (18,83,122). Sum of RGB (Red+Green+Blue) = 18+83+122=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #12537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12537A is #EDAC85. Grayscale: #434343. Windows color (decimal): -15576198 or 8016658. OLE color: 8016658.

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

Color convert

RGB 18 83 122 -
CMYK 0.85 0.32 0 0.52
HSL 202.5º 0.74% 0.27% -
HSV(B) 202.5º 0.85% 0.48% -
XYZ 6.86 7.72 19.54 -
YUV 68.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 18 83 122 0.85 0.32 0 0.52 202.5 0.74 0.27
Hex 12 53 7A 55 20 0 34 CA 4A 1B
Octal 22 123 172 125 40 0 64 312 112 33
Binary 10010 1010011 1111010 1010101 100000 0 110100 11001010 1001010 11011

Color Harmonies of #12537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12537A

Black with #12537A

Text Example


Text Example

White with #12537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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