Html Css Color HEX #10558A Dark Cerulean

📋 copy color: '#10558A'

red 16 ◦ green 85 ◦ blue 138

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

Shades of Dark Cerulean #10558A

Tints of Dark Cerulean #10558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 6.69%
G = 35.56%
B = 57.74%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10558A (or 0x10558A) is known color: Dark Cerulean. HEX triplet: 10, 55 and 8A. RGB value is (16,85,138). Sum of RGB (Red+Green+Blue) = 16+85+138=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #10558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10558A is #EFAA75. Grayscale: #464646. Windows color (decimal): -15706742 or 9065744. OLE color: 9065744.

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

Color convert

RGB 16 85 138 -
CMYK 0.88 0.38 0 0.46
HSL 206.07º 0.79% 0.3% -
HSV(B) 206.07º 0.88% 0.54% -
XYZ 8.05 8.44 25.25 -
YUV 70.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 16 85 138 0.88 0.38 0 0.46 206.07 0.79 0.3
Hex 10 55 8A 58 26 0 2E CE 4F 1E
Octal 20 125 212 130 46 0 56 316 117 36
Binary 10000 1010101 10001010 1011000 100110 0 101110 11001110 1001111 11110

Color Harmonies of #10558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10558A

Black with #10558A

Text Example


Text Example

White with #10558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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