Html Css Color HEX #0561FF Navy Blue

📋 copy color: '#0561FF'

red 5 ◦ green 97 ◦ blue 255

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

Shades of Navy Blue #0561FF

Tints of Navy Blue #0561FF

RGB

 RED value IS 5 (2.34% from 255) = 1.4%

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 1.4%
G = 27.17%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0561FF (or 0x0561FF) is known color: Navy Blue. HEX triplet: 05, 61 and FF. RGB value is (5,97,255). Sum of RGB (Red+Green+Blue) = 5+97+255=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0561FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0561FF is #FA9E00. Grayscale: #565656. Windows color (decimal): -16424449 or 16736517. OLE color: 16736517.

HSL color Cylindrical-coordinate representation of color #0561FF: hue angle of 217.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0561FF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 97 255 -
CMYK 0.98 0.62 0 0
HSL 217.92º 1% 0.51% -
HSV(B) 217.92º 0.98% 1% -
XYZ 22.39 15.8 96.48 -
YUV 87.5 222.52 69.15 -
System Red Green Blue C M Y K H S L
Decimal 5 97 255 0.98 0.62 0 0 217.92 1 0.51
Hex 5 61 FF 62 3E 0 0 DA 64 33
Octal 5 141 377 142 76 0 0 332 144 63
Binary 101 1100001 11111111 1100010 111110 0 0 11011010 1100100 110011

Color Harmonies of #0561FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561FF

Black with #0561FF

Text Example


Text Example

White with #0561FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0561FF; }

 p { color: rgb(5,97,255); }

 H1.HeaderClassName
 {
   color: #0561FF;
 }
 .AnyTagClassName
 {
   color: #0561FF;
 }
</style>

background-color css

<style>
 a { background-color: #0561FF; }

 a { background-color: rgb(5,97,255); }

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

border-color css

<style>
 span { border-color: #0561FF; }

 span { border-color: rgb(5,97,255); }

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