Html Css Color HEX #10477D Dark Cerulean

📋 copy color: '#10477D'

red 16 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #10477D

Tints of Dark Cerulean #10477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.96%

R = 7.55%
G = 33.49%
B = 58.96%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10477D (or 0x10477D) is known color: Dark Cerulean. HEX triplet: 10, 47 and 7D. RGB value is (16,71,125). Sum of RGB (Red+Green+Blue) = 16+71+125=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #10477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10477D is #EFB882. Grayscale: #3C3C3C. Windows color (decimal): -15710339 or 8210192. OLE color: 8210192.

HSL color Cylindrical-coordinate representation of color #10477D: hue angle of 209.72º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10477D is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 71 125 -
CMYK 0.87 0.43 0 0.51
HSL 209.72º 0.77% 0.28% -
HSV(B) 209.72º 0.87% 0.49% -
XYZ 6.17 6.1 20.25 -
YUV 60.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 16 71 125 0.87 0.43 0 0.51 209.72 0.77 0.28
Hex 10 47 7D 57 2B 0 33 D2 4D 1C
Octal 20 107 175 127 53 0 63 322 115 34
Binary 10000 1000111 1111101 1010111 101011 0 110011 11010010 1001101 11100

Color Harmonies of #10477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10477D

Black with #10477D

Text Example


Text Example

White with #10477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10477D; }

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

 H1.HeaderClassName
 {
   color: #10477D;
 }
 .AnyTagClassName
 {
   color: #10477D;
 }
</style>

background-color css

<style>
 a { background-color: #10477D; }

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

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

border-color css

<style>
 span { border-color: #10477D; }

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

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