Html Css Color HEX #10478B Dark Cerulean

📋 copy color: '#10478B'

red 16 ◦ green 71 ◦ blue 139

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

Shades of Dark Cerulean #10478B

Tints of Dark Cerulean #10478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 7.08%
G = 31.42%
B = 61.5%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10478B (or 0x10478B) is known color: Dark Cerulean. HEX triplet: 10, 47 and 8B. RGB value is (16,71,139). Sum of RGB (Red+Green+Blue) = 16+71+139=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #10478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10478B is #EFB874. Grayscale: #3D3D3D. Windows color (decimal): -15710325 or 9127696. OLE color: 9127696.

HSL color Cylindrical-coordinate representation of color #10478B: hue angle of 213.17º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10478B is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 71 139 -
CMYK 0.88 0.49 0 0.45
HSL 213.17º 0.79% 0.3% -
HSV(B) 213.17º 0.88% 0.55% -
XYZ 7.13 6.48 25.3 -
YUV 62.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 16 71 139 0.88 0.49 0 0.45 213.17 0.79 0.3
Hex 10 47 8B 58 31 0 2D D5 4F 1E
Octal 20 107 213 130 61 0 55 325 117 36
Binary 10000 1000111 10001011 1011000 110001 0 101101 11010101 1001111 11110

Color Harmonies of #10478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10478B

Black with #10478B

Text Example


Text Example

White with #10478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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