Html Css Color HEX #10508E Dark Cerulean

📋 copy color: '#10508E'

red 16 ◦ green 80 ◦ blue 142

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

Shades of Dark Cerulean #10508E

Tints of Dark Cerulean #10508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.66%

R = 6.72%
G = 33.61%
B = 59.66%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10508E (or 0x10508E) is known color: Dark Cerulean. HEX triplet: 10, 50 and 8E. RGB value is (16,80,142). Sum of RGB (Red+Green+Blue) = 16+80+142=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #10508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10508E is #EFAF71. Grayscale: #434343. Windows color (decimal): -15708018 or 9326608. OLE color: 9326608.

HSL color Cylindrical-coordinate representation of color #10508E: hue angle of 209.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10508E is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 80 142 -
CMYK 0.89 0.44 0 0.44
HSL 209.52º 0.8% 0.31% -
HSV(B) 209.52º 0.89% 0.56% -
XYZ 7.96 7.8 26.68 -
YUV 67.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 16 80 142 0.89 0.44 0 0.44 209.52 0.8 0.31
Hex 10 50 8E 59 2C 0 2C D2 50 1F
Octal 20 120 216 131 54 0 54 322 120 37
Binary 10000 1010000 10001110 1011001 101100 0 101100 11010010 1010000 11111

Color Harmonies of #10508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10508E

Black with #10508E

Text Example


Text Example

White with #10508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10508E; }

 p { color: rgb(16,80,142); }

 H1.HeaderClassName
 {
   color: #10508E;
 }
 .AnyTagClassName
 {
   color: #10508E;
 }
</style>

background-color css

<style>
 a { background-color: #10508E; }

 a { background-color: rgb(16,80,142); }

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

border-color css

<style>
 span { border-color: #10508E; }

 span { border-color: rgb(16,80,142); }

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