Html Css Color HEX #12528F Dark Cerulean

📋 copy color: '#12528F'

red 18 ◦ green 82 ◦ blue 143

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

Shades of Dark Cerulean #12528F

Tints of Dark Cerulean #12528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 143 (56.25% from 255) = 58.85%

R = 7.41%
G = 33.74%
B = 58.85%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12528F (or 0x12528F) is known color: Dark Cerulean. HEX triplet: 12, 52 and 8F. RGB value is (18,82,143). Sum of RGB (Red+Green+Blue) = 18+82+143=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #12528F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12528F is #EDAD70. Grayscale: #454545. Windows color (decimal): -15576433 or 9392658. OLE color: 9392658.

HSL color Cylindrical-coordinate representation of color #12528F: hue angle of 209.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12528F is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 82 143 -
CMYK 0.87 0.43 0 0.44
HSL 209.28º 0.78% 0.32% -
HSV(B) 209.28º 0.87% 0.56% -
XYZ 8.22 8.15 27.13 -
YUV 69.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 18 82 143 0.87 0.43 0 0.44 209.28 0.78 0.32
Hex 12 52 8F 57 2B 0 2C D1 4E 20
Octal 22 122 217 127 53 0 54 321 116 40
Binary 10010 1010010 10001111 1010111 101011 0 101100 11010001 1001110 100000

Color Harmonies of #12528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12528F

Black with #12528F

Text Example


Text Example

White with #12528F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,82,143); }

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

background-color css

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

 a { background-color: rgb(18,82,143); }

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

border-color css

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

 span { border-color: rgb(18,82,143); }

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