Html Css Color HEX #0A5BCC Navy Blue

📋 copy color: '#0A5BCC'

red 10 ◦ green 91 ◦ blue 204

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

Shades of Navy Blue #0A5BCC

Tints of Navy Blue #0A5BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 3.28%
G = 29.84%
B = 66.89%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0A5BCC (or 0x0A5BCC) is known color: Navy Blue. HEX triplet: 0A, 5B and CC. RGB value is (10,91,204). Sum of RGB (Red+Green+Blue) = 10+91+204=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A5BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5BCC is #F5A433. Grayscale: #4F4F4F. Windows color (decimal): -16098356 or 13392650. OLE color: 13392650.

HSL color Cylindrical-coordinate representation of color #0A5BCC: hue angle of 214.95º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5BCC is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 91 204 -
CMYK 0.95 0.55 0 0.2
HSL 214.95º 0.91% 0.42% -
HSV(B) 214.95º 0.95% 0.8% -
XYZ 14.77 11.91 58.65 -
YUV 79.66 198.16 78.31 -
System Red Green Blue C M Y K H S L
Decimal 10 91 204 0.95 0.55 0 0.2 214.95 0.91 0.42
Hex A 5B CC 5F 37 0 14 D7 5B 2A
Octal 12 133 314 137 67 0 24 327 133 52
Binary 1010 1011011 11001100 1011111 110111 0 10100 11010111 1011011 101010

Color Harmonies of #0A5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5BCC

Black with #0A5BCC

Text Example


Text Example

White with #0A5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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