Html Css Color HEX #10408A Dark Cerulean

📋 copy color: '#10408A'

red 16 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #10408A

Tints of Dark Cerulean #10408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.3%

R = 7.34%
G = 29.36%
B = 63.3%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10408A (or 0x10408A) is known color: Dark Cerulean. HEX triplet: 10, 40 and 8A. RGB value is (16,64,138). Sum of RGB (Red+Green+Blue) = 16+64+138=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #10408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10408A is #EFBF75. Grayscale: #393939. Windows color (decimal): -15712118 or 9060368. OLE color: 9060368.

HSL color Cylindrical-coordinate representation of color #10408A: hue angle of 216.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10408A is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 64 138 -
CMYK 0.88 0.54 0 0.46
HSL 216.39º 0.79% 0.3% -
HSV(B) 216.39º 0.88% 0.54% -
XYZ 6.63 5.61 24.78 -
YUV 58.08 173.1 97.98 -
System Red Green Blue C M Y K H S L
Decimal 16 64 138 0.88 0.54 0 0.46 216.39 0.79 0.3
Hex 10 40 8A 58 36 0 2E D8 4F 1E
Octal 20 100 212 130 66 0 56 330 117 36
Binary 10000 1000000 10001010 1011000 110110 0 101110 11011000 1001111 11110

Color Harmonies of #10408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10408A

Black with #10408A

Text Example


Text Example

White with #10408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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