Html Css Color HEX #10478F Dark Cerulean

📋 copy color: '#10478F'

red 16 ◦ green 71 ◦ blue 143

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

Shades of Dark Cerulean #10478F

Tints of Dark Cerulean #10478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

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

R = 6.96%
G = 30.87%
B = 62.17%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10478F (or 0x10478F) is known color: Dark Cerulean. HEX triplet: 10, 47 and 8F. RGB value is (16,71,143). Sum of RGB (Red+Green+Blue) = 16+71+143=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #10478F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10478F is #EFB870. Grayscale: #3E3E3E. Windows color (decimal): -15710321 or 9389840. OLE color: 9389840.

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

Color convert

RGB 16 71 143 -
CMYK 0.89 0.50 0 0.44
HSL 214.02º 0.8% 0.31% -
HSV(B) 214.02º 0.89% 0.56% -
XYZ 7.42 6.6 26.87 -
YUV 62.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 16 71 143 0.89 0.50 0 0.44 214.02 0.8 0.31
Hex 10 47 8F 59 32 0 2C D6 50 1F
Octal 20 107 217 131 62 0 54 326 120 37
Binary 10000 1000111 10001111 1011001 110010 0 101100 11010110 1010000 11111

Color Harmonies of #10478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10478F

Black with #10478F

Text Example


Text Example

White with #10478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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