Html Css Color HEX #0A5BE6 Navy Blue

📋 copy color: '#0A5BE6'

red 10 ◦ green 91 ◦ blue 230

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

Shades of Navy Blue #0A5BE6

Tints of Navy Blue #0A5BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.49%

R = 3.02%
G = 27.49%
B = 69.49%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0A5BE6 (or 0x0A5BE6) is known color: Navy Blue. HEX triplet: 0A, 5B and E6. RGB value is (10,91,230). Sum of RGB (Red+Green+Blue) = 10+91+230=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #0A5BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5BE6 is #F5A419. Grayscale: #515151. Windows color (decimal): -16098330 or 15096586. OLE color: 15096586.

HSL color Cylindrical-coordinate representation of color #0A5BE6: hue angle of 217.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5BE6 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 91 230 -
CMYK 0.96 0.60 0 0.10
HSL 217.91º 0.92% 0.47% -
HSV(B) 217.91º 0.96% 0.9% -
XYZ 18.15 13.26 76.47 -
YUV 82.63 211.16 76.2 -
System Red Green Blue C M Y K H S L
Decimal 10 91 230 0.96 0.60 0 0.10 217.91 0.92 0.47
Hex A 5B E6 60 3C 0 A DA 5C 2F
Octal 12 133 346 140 74 0 12 332 134 57
Binary 1010 1011011 11100110 1100000 111100 0 1010 11011010 1011100 101111

Color Harmonies of #0A5BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5BE6

Black with #0A5BE6

Text Example


Text Example

White with #0A5BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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