Html Css Color HEX #10498F Dark Cerulean

📋 copy color: '#10498F'

red 16 ◦ green 73 ◦ blue 143

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

Shades of Dark Cerulean #10498F

Tints of Dark Cerulean #10498F

RGB

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

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

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

R = 6.9%
G = 31.47%
B = 61.64%

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

#10498F (or 0x10498F) is known color: Dark Cerulean. HEX triplet: 10, 49 and 8F. RGB value is (16,73,143). Sum of RGB (Red+Green+Blue) = 16+73+143=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #10498F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10498F is #EFB670. Grayscale: #3F3F3F. Windows color (decimal): -15709809 or 9390352. OLE color: 9390352.

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

Color convert

RGB 16 73 143 -
CMYK 0.89 0.49 0 0.44
HSL 213.07º 0.8% 0.31% -
HSV(B) 213.07º 0.89% 0.56% -
XYZ 7.55 6.86 26.91 -
YUV 63.94 172.62 93.81 -
System Red Green Blue C M Y K H S L
Decimal 16 73 143 0.89 0.49 0 0.44 213.07 0.8 0.31
Hex 10 49 8F 59 31 0 2C D5 50 1F
Octal 20 111 217 131 61 0 54 325 120 37
Binary 10000 1001001 10001111 1011001 110001 0 101100 11010101 1010000 11111

Color Harmonies of #10498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10498F

Black with #10498F

Text Example


Text Example

White with #10498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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