Html Css Color HEX #10488E Dark Cerulean

📋 copy color: '#10488E'

red 16 ◦ green 72 ◦ blue 142

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

Shades of Dark Cerulean #10488E

Tints of Dark Cerulean #10488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

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

R = 6.96%
G = 31.3%
B = 61.74%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10488E (or 0x10488E) is known color: Dark Cerulean. HEX triplet: 10, 48 and 8E. RGB value is (16,72,142). Sum of RGB (Red+Green+Blue) = 16+72+142=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #10488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10488E is #EFB771. Grayscale: #3E3E3E. Windows color (decimal): -15710066 or 9324560. OLE color: 9324560.

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

Color convert

RGB 16 72 142 -
CMYK 0.89 0.49 0 0.44
HSL 213.33º 0.8% 0.31% -
HSV(B) 213.33º 0.89% 0.56% -
XYZ 7.41 6.7 26.49 -
YUV 63.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 16 72 142 0.89 0.49 0 0.44 213.33 0.8 0.31
Hex 10 48 8E 59 31 0 2C D5 50 1F
Octal 20 110 216 131 61 0 54 325 120 37
Binary 10000 1001000 10001110 1011001 110001 0 101100 11010101 1010000 11111

Color Harmonies of #10488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10488E

Black with #10488E

Text Example


Text Example

White with #10488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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