Html Css Color HEX #12507A Dark Cerulean

📋 copy color: '#12507A'

red 18 ◦ green 80 ◦ blue 122

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

Shades of Dark Cerulean #12507A

Tints of Dark Cerulean #12507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 8.18%
G = 36.36%
B = 55.45%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12507A (or 0x12507A) is known color: Dark Cerulean. HEX triplet: 12, 50 and 7A. RGB value is (18,80,122). Sum of RGB (Red+Green+Blue) = 18+80+122=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #12507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12507A is #EDAF85. Grayscale: #424242. Windows color (decimal): -15576966 or 8015890. OLE color: 8015890.

HSL color Cylindrical-coordinate representation of color #12507A: hue angle of 204.23º 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 #12507A is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 80 122 -
CMYK 0.85 0.34 0 0.52
HSL 204.23º 0.74% 0.27% -
HSV(B) 204.23º 0.85% 0.48% -
XYZ 6.63 7.27 19.47 -
YUV 66.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 18 80 122 0.85 0.34 0 0.52 204.23 0.74 0.27
Hex 12 50 7A 55 22 0 34 CC 4A 1B
Octal 22 120 172 125 42 0 64 314 112 33
Binary 10010 1010000 1111010 1010101 100010 0 110100 11001100 1001010 11011

Color Harmonies of #12507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12507A

Black with #12507A

Text Example


Text Example

White with #12507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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