Html Css Color HEX #12508D Dark Cerulean

📋 copy color: '#12508D'

red 18 ◦ green 80 ◦ blue 141

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

Shades of Dark Cerulean #12508D

Tints of Dark Cerulean #12508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59%

R = 7.53%
G = 33.47%
B = 59%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12508D (or 0x12508D) is known color: Dark Cerulean. HEX triplet: 12, 50 and 8D. RGB value is (18,80,141). Sum of RGB (Red+Green+Blue) = 18+80+141=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #12508D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12508D is #EDAF72. Grayscale: #444444. Windows color (decimal): -15576947 or 9261074. OLE color: 9261074.

HSL color Cylindrical-coordinate representation of color #12508D: hue angle of 209.76º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12508D is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 80 141 -
CMYK 0.87 0.43 0 0.45
HSL 209.76º 0.77% 0.31% -
HSV(B) 209.76º 0.87% 0.55% -
XYZ 7.93 7.79 26.29 -
YUV 68.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 18 80 141 0.87 0.43 0 0.45 209.76 0.77 0.31
Hex 12 50 8D 57 2B 0 2D D2 4D 1F
Octal 22 120 215 127 53 0 55 322 115 37
Binary 10010 1010000 10001101 1010111 101011 0 101101 11010010 1001101 11111

Color Harmonies of #12508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12508D

Black with #12508D

Text Example


Text Example

White with #12508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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