Html Css Color HEX #10446F Dark Cerulean

📋 copy color: '#10446F'

red 16 ◦ green 68 ◦ blue 111

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

Shades of Dark Cerulean #10446F

Tints of Dark Cerulean #10446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 111 (43.75% from 255) = 56.92%

R = 8.21%
G = 34.87%
B = 56.92%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10446F (or 0x10446F) is known color: Dark Cerulean. HEX triplet: 10, 44 and 6F. RGB value is (16,68,111). Sum of RGB (Red+Green+Blue) = 16+68+111=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #10446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10446F is #EFBB90. Grayscale: #393939. Windows color (decimal): -15711121 or 7291920. OLE color: 7291920.

HSL color Cylindrical-coordinate representation of color #10446F: hue angle of 207.16º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10446F is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 68 111 -
CMYK 0.86 0.39 0 0.56
HSL 207.16º 0.75% 0.25% -
HSV(B) 207.16º 0.86% 0.44% -
XYZ 5.15 5.39 15.81 -
YUV 57.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 16 68 111 0.86 0.39 0 0.56 207.16 0.75 0.25
Hex 10 44 6F 56 27 0 38 CF 4B 19
Octal 20 104 157 126 47 0 70 317 113 31
Binary 10000 1000100 1101111 1010110 100111 0 111000 11001111 1001011 11001

Color Harmonies of #10446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10446F

Black with #10446F

Text Example


Text Example

White with #10446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10446F; }

 p { color: rgb(16,68,111); }

 H1.HeaderClassName
 {
   color: #10446F;
 }
 .AnyTagClassName
 {
   color: #10446F;
 }
</style>

background-color css

<style>
 a { background-color: #10446F; }

 a { background-color: rgb(16,68,111); }

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

border-color css

<style>
 span { border-color: #10446F; }

 span { border-color: rgb(16,68,111); }

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