Html Css Color HEX #10417C Dark Cerulean

📋 copy color: '#10417C'

red 16 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #10417C

Tints of Dark Cerulean #10417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 7.8%
G = 31.71%
B = 60.49%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10417C (or 0x10417C) is known color: Dark Cerulean. HEX triplet: 10, 41 and 7C. RGB value is (16,65,124). Sum of RGB (Red+Green+Blue) = 16+65+124=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #10417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10417C is #EFBE83. Grayscale: #383838. Windows color (decimal): -15711876 or 8143120. OLE color: 8143120.

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

Color convert

RGB 16 65 124 -
CMYK 0.87 0.48 0 0.51
HSL 212.78º 0.77% 0.27% -
HSV(B) 212.78º 0.87% 0.49% -
XYZ 5.74 5.35 19.8 -
YUV 57.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 16 65 124 0.87 0.48 0 0.51 212.78 0.77 0.27
Hex 10 41 7C 57 30 0 33 D5 4D 1B
Octal 20 101 174 127 60 0 63 325 115 33
Binary 10000 1000001 1111100 1010111 110000 0 110011 11010101 1001101 11011

Color Harmonies of #10417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10417C

Black with #10417C

Text Example


Text Example

White with #10417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10417C; }

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

 H1.HeaderClassName
 {
   color: #10417C;
 }
 .AnyTagClassName
 {
   color: #10417C;
 }
</style>

background-color css

<style>
 a { background-color: #10417C; }

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

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

border-color css

<style>
 span { border-color: #10417C; }

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

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