Html Css Color HEX #10558B Dark Cerulean

📋 copy color: '#10558B'

red 16 ◦ green 85 ◦ blue 139

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

Shades of Dark Cerulean #10558B

Tints of Dark Cerulean #10558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 6.67%
G = 35.42%
B = 57.92%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10558B (or 0x10558B) is known color: Dark Cerulean. HEX triplet: 10, 55 and 8B. RGB value is (16,85,139). Sum of RGB (Red+Green+Blue) = 16+85+139=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #10558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10558B is #EFAA74. Grayscale: #464646. Windows color (decimal): -15706741 or 9131280. OLE color: 9131280.

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

Color convert

RGB 16 85 139 -
CMYK 0.88 0.39 0 0.45
HSL 206.34º 0.79% 0.3% -
HSV(B) 206.34º 0.88% 0.55% -
XYZ 8.12 8.47 25.63 -
YUV 70.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 16 85 139 0.88 0.39 0 0.45 206.34 0.79 0.3
Hex 10 55 8B 58 27 0 2D CE 4F 1E
Octal 20 125 213 130 47 0 55 316 117 36
Binary 10000 1010101 10001011 1011000 100111 0 101101 11001110 1001111 11110

Color Harmonies of #10558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10558B

Black with #10558B

Text Example


Text Example

White with #10558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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