Html Css Color HEX #0A5B95 Dark Cerulean

📋 copy color: '#0A5B95'

red 10 ◦ green 91 ◦ blue 149

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

Shades of Dark Cerulean #0A5B95

Tints of Dark Cerulean #0A5B95

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.4%

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

R = 4%
G = 36.4%
B = 59.6%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A5B95 (or 0x0A5B95) is known color: Dark Cerulean. HEX triplet: 0A, 5B and 95. RGB value is (10,91,149). Sum of RGB (Red+Green+Blue) = 10+91+149=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A5B95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5B95 is #F5A46A. Grayscale: #494949. Windows color (decimal): -16098411 or 9788170. OLE color: 9788170.

HSL color Cylindrical-coordinate representation of color #0A5B95: hue angle of 205.04º 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 #0A5B95 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 91 149 -
CMYK 0.93 0.39 0 0.42
HSL 205.04º 0.87% 0.31% -
HSV(B) 205.04º 0.93% 0.58% -
XYZ 9.29 9.72 29.82 -
YUV 73.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 10 91 149 0.93 0.39 0 0.42 205.04 0.87 0.31
Hex A 5B 95 5D 27 0 2A CD 57 1F
Octal 12 133 225 135 47 0 52 315 127 37
Binary 1010 1011011 10010101 1011101 100111 0 101010 11001101 1010111 11111

Color Harmonies of #0A5B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5B95

Black with #0A5B95

Text Example


Text Example

White with #0A5B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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