Html Css Color HEX #0A5895 Dark Cerulean

📋 copy color: '#0A5895'

red 10 ◦ green 88 ◦ blue 149

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

Shades of Dark Cerulean #0A5895

Tints of Dark Cerulean #0A5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 4.05%
G = 35.63%
B = 60.32%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A5895 (or 0x0A5895) is known color: Dark Cerulean. HEX triplet: 0A, 58 and 95. RGB value is (10,88,149). Sum of RGB (Red+Green+Blue) = 10+88+149=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A5895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5895 is #F5A76A. Grayscale: #474747. Windows color (decimal): -16099179 or 9787402. OLE color: 9787402.

HSL color Cylindrical-coordinate representation of color #0A5895: hue angle of 206.33º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5895 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 88 149 -
CMYK 0.93 0.41 0 0.42
HSL 206.33º 0.87% 0.31% -
HSV(B) 206.33º 0.93% 0.58% -
XYZ 9.04 9.21 29.74 -
YUV 71.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 10 88 149 0.93 0.41 0 0.42 206.33 0.87 0.31
Hex A 58 95 5D 29 0 2A CE 57 1F
Octal 12 130 225 135 51 0 52 316 127 37
Binary 1010 1011000 10010101 1011101 101001 0 101010 11001110 1010111 11111

Color Harmonies of #0A5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5895

Black with #0A5895

Text Example


Text Example

White with #0A5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,88,149); }

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

background-color css

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

 a { background-color: rgb(10,88,149); }

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

border-color css

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

 span { border-color: rgb(10,88,149); }

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