Html Css Color HEX #10508F Dark Cerulean

📋 copy color: '#10508F'

red 16 ◦ green 80 ◦ blue 143

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

Shades of Dark Cerulean #10508F

Tints of Dark Cerulean #10508F

RGB

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

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

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

R = 6.69%
G = 33.47%
B = 59.83%

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

#10508F (or 0x10508F) is known color: Dark Cerulean. HEX triplet: 10, 50 and 8F. RGB value is (16,80,143). Sum of RGB (Red+Green+Blue) = 16+80+143=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #10508F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10508F is #EFAF70. Grayscale: #434343. Windows color (decimal): -15708017 or 9392144. OLE color: 9392144.

HSL color Cylindrical-coordinate representation of color #10508F: hue angle of 209.76º 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 #10508F is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 80 143 -
CMYK 0.89 0.44 0 0.44
HSL 209.76º 0.8% 0.31% -
HSV(B) 209.76º 0.89% 0.56% -
XYZ 8.04 7.83 27.07 -
YUV 68.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 16 80 143 0.89 0.44 0 0.44 209.76 0.8 0.31
Hex 10 50 8F 59 2C 0 2C D2 50 1F
Octal 20 120 217 131 54 0 54 322 120 37
Binary 10000 1010000 10001111 1011001 101100 0 101100 11010010 1010000 11111

Color Harmonies of #10508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10508F

Black with #10508F

Text Example


Text Example

White with #10508F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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