Html Css Color HEX #10498E Dark Cerulean

📋 copy color: '#10498E'

red 16 ◦ green 73 ◦ blue 142

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

Shades of Dark Cerulean #10498E

Tints of Dark Cerulean #10498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

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

R = 6.93%
G = 31.6%
B = 61.47%

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

#10498E (or 0x10498E) is known color: Dark Cerulean. HEX triplet: 10, 49 and 8E. RGB value is (16,73,142). Sum of RGB (Red+Green+Blue) = 16+73+142=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #10498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10498E is #EFB671. Grayscale: #3F3F3F. Windows color (decimal): -15709810 or 9324816. OLE color: 9324816.

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

Color convert

RGB 16 73 142 -
CMYK 0.89 0.49 0 0.44
HSL 212.86º 0.8% 0.31% -
HSV(B) 212.86º 0.89% 0.56% -
XYZ 7.48 6.83 26.52 -
YUV 63.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 16 73 142 0.89 0.49 0 0.44 212.86 0.8 0.31
Hex 10 49 8E 59 31 0 2C D5 50 1F
Octal 20 111 216 131 61 0 54 325 120 37
Binary 10000 1001001 10001110 1011001 110001 0 101100 11010101 1010000 11111

Color Harmonies of #10498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10498E

Black with #10498E

Text Example


Text Example

White with #10498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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