Html Css Color HEX #10418A Dark Cerulean

📋 copy color: '#10418A'

red 16 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #10418A

Tints of Dark Cerulean #10418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

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

R = 7.31%
G = 29.68%
B = 63.01%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10418A (or 0x10418A) is known color: Dark Cerulean. HEX triplet: 10, 41 and 8A. RGB value is (16,65,138). Sum of RGB (Red+Green+Blue) = 16+65+138=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #10418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10418A is #EFBE75. Grayscale: #3A3A3A. Windows color (decimal): -15711862 or 9060624. OLE color: 9060624.

HSL color Cylindrical-coordinate representation of color #10418A: hue angle of 215.9º 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 #10418A is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 65 138 -
CMYK 0.88 0.53 0 0.46
HSL 215.9º 0.79% 0.3% -
HSV(B) 215.9º 0.88% 0.54% -
XYZ 6.69 5.73 24.8 -
YUV 58.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 16 65 138 0.88 0.53 0 0.46 215.9 0.79 0.3
Hex 10 41 8A 58 35 0 2E D8 4F 1E
Octal 20 101 212 130 65 0 56 330 117 36
Binary 10000 1000001 10001010 1011000 110101 0 101110 11011000 1001111 11110

Color Harmonies of #10418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10418A

Black with #10418A

Text Example


Text Example

White with #10418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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