Html Css Color HEX #10408B Dark Cerulean

📋 copy color: '#10408B'

red 16 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #10408B

Tints of Dark Cerulean #10408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

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

R = 7.31%
G = 29.22%
B = 63.47%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10408B (or 0x10408B) is known color: Dark Cerulean. HEX triplet: 10, 40 and 8B. RGB value is (16,64,139). Sum of RGB (Red+Green+Blue) = 16+64+139=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #10408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10408B is #EFBF74. Grayscale: #393939. Windows color (decimal): -15712117 or 9125904. OLE color: 9125904.

HSL color Cylindrical-coordinate representation of color #10408B: hue angle of 216.59º 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 #10408B is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 64 139 -
CMYK 0.88 0.54 0 0.45
HSL 216.59º 0.79% 0.3% -
HSV(B) 216.59º 0.88% 0.55% -
XYZ 6.71 5.64 25.16 -
YUV 58.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 16 64 139 0.88 0.54 0 0.45 216.59 0.79 0.3
Hex 10 40 8B 58 36 0 2D D9 4F 1E
Octal 20 100 213 130 66 0 55 331 117 36
Binary 10000 1000000 10001011 1011000 110110 0 101101 11011001 1001111 11110

Color Harmonies of #10408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10408B

Black with #10408B

Text Example


Text Example

White with #10408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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