Html Css Color HEX #0A55FF Navy Blue

📋 copy color: '#0A55FF'

red 10 ◦ green 85 ◦ blue 255

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

Shades of Navy Blue #0A55FF

Tints of Navy Blue #0A55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 255 (100% from 255) = 72.86%

R = 2.86%
G = 24.29%
B = 72.86%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A55FF (or 0x0A55FF) is known color: Navy Blue. HEX triplet: 0A, 55 and FF. RGB value is (10,85,255). Sum of RGB (Red+Green+Blue) = 10+85+255=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A55FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A55FF is #F5AA00. Grayscale: #515151. Windows color (decimal): -16099841 or 16733450. OLE color: 16733450.

HSL color Cylindrical-coordinate representation of color #0A55FF: hue angle of 221.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A55FF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 10 85 255 -
CMYK 0.96 0.67 0 0
HSL 221.63º 1% 0.52% -
HSV(B) 221.63º 0.96% 1% -
XYZ 21.42 13.78 96.14 -
YUV 81.96 225.65 76.68 -
System Red Green Blue C M Y K H S L
Decimal 10 85 255 0.96 0.67 0 0 221.63 1 0.52
Hex A 55 FF 60 43 0 0 DE 64 34
Octal 12 125 377 140 103 0 0 336 144 64
Binary 1010 1010101 11111111 1100000 1000011 0 0 11011110 1100100 110100

Color Harmonies of #0A55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A55FF

Black with #0A55FF

Text Example


Text Example

White with #0A55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,85,255); }

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

background-color css

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

 a { background-color: rgb(10,85,255); }

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

border-color css

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

 span { border-color: rgb(10,85,255); }

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