Html Css Color HEX #10558C Dark Cerulean

📋 copy color: '#10558C'

red 16 ◦ green 85 ◦ blue 140

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

Shades of Dark Cerulean #10558C

Tints of Dark Cerulean #10558C

RGB

 RED value IS 16 (6.64% from 255) = 6.64%

 GREEN value IS 85 (33.59% from 255) = 35.27%

 BLUE value IS 140 (55.08% from 255) = 58.09%

R = 6.64%
G = 35.27%
B = 58.09%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10558C (or 0x10558C) is known color: Dark Cerulean. HEX triplet: 10, 55 and 8C. RGB value is (16,85,140). Sum of RGB (Red+Green+Blue) = 16+85+140=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #10558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10558C is #EFAA73. Grayscale: #464646. Windows color (decimal): -15706740 or 9196816. OLE color: 9196816.

HSL color Cylindrical-coordinate representation of color #10558C: hue angle of 206.61º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10558C is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 85 140 -
CMYK 0.89 0.39 0 0.45
HSL 206.61º 0.79% 0.31% -
HSV(B) 206.61º 0.89% 0.55% -
XYZ 8.2 8.5 26.02 -
YUV 70.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 16 85 140 0.89 0.39 0 0.45 206.61 0.79 0.31
Hex 10 55 8C 59 27 0 2D CF 4F 1F
Octal 20 125 214 131 47 0 55 317 117 37
Binary 10000 1010101 10001100 1011001 100111 0 101101 11001111 1001111 11111

Color Harmonies of #10558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10558C

Black with #10558C

Text Example


Text Example

White with #10558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10558C; }

 p { color: rgb(16,85,140); }

 H1.HeaderClassName
 {
   color: #10558C;
 }
 .AnyTagClassName
 {
   color: #10558C;
 }
</style>

background-color css

<style>
 a { background-color: #10558C; }

 a { background-color: rgb(16,85,140); }

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

border-color css

<style>
 span { border-color: #10558C; }

 span { border-color: rgb(16,85,140); }

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