Html Css Color HEX #0A446F Dark Cerulean

📋 copy color: '#0A446F'

red 10 ◦ green 68 ◦ blue 111

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

Shades of Dark Cerulean #0A446F

Tints of Dark Cerulean #0A446F

RGB

 RED value IS 10 (4.3% from 255) = 5.29%

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

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

R = 5.29%
G = 35.98%
B = 58.73%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A446F (or 0x0A446F) is known color: Dark Cerulean. HEX triplet: 0A, 44 and 6F. RGB value is (10,68,111). Sum of RGB (Red+Green+Blue) = 10+68+111=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A446F is #F5BB90. Grayscale: #373737. Windows color (decimal): -16104337 or 7291914. OLE color: 7291914.

HSL color Cylindrical-coordinate representation of color #0A446F: hue angle of 205.54º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A446F is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 68 111 -
CMYK 0.91 0.39 0 0.56
HSL 205.54º 0.83% 0.24% -
HSV(B) 205.54º 0.91% 0.44% -
XYZ 5.06 5.35 15.8 -
YUV 55.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 10 68 111 0.91 0.39 0 0.56 205.54 0.83 0.24
Hex A 44 6F 5B 27 0 38 CE 53 18
Octal 12 104 157 133 47 0 70 316 123 30
Binary 1010 1000100 1101111 1011011 100111 0 111000 11001110 1010011 11000

Color Harmonies of #0A446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A446F

Black with #0A446F

Text Example


Text Example

White with #0A446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A446F; }

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

 H1.HeaderClassName
 {
   color: #0A446F;
 }
 .AnyTagClassName
 {
   color: #0A446F;
 }
</style>

background-color css

<style>
 a { background-color: #0A446F; }

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

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

border-color css

<style>
 span { border-color: #0A446F; }

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

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