Html Css Color HEX #0561CA Navy Blue

📋 copy color: '#0561CA'

red 5 ◦ green 97 ◦ blue 202

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

Shades of Navy Blue #0561CA

Tints of Navy Blue #0561CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.45%

R = 1.64%
G = 31.91%
B = 66.45%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0561CA (or 0x0561CA) is known color: Navy Blue. HEX triplet: 05, 61 and CA. RGB value is (5,97,202). Sum of RGB (Red+Green+Blue) = 5+97+202=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #0561CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0561CA is #FA9E35. Grayscale: #505050. Windows color (decimal): -16424502 or 13263109. OLE color: 13263109.

HSL color Cylindrical-coordinate representation of color #0561CA: hue angle of 211.98º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0561CA is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 97 202 -
CMYK 0.98 0.52 0 0.21
HSL 211.98º 0.95% 0.41% -
HSV(B) 211.98º 0.98% 0.79% -
XYZ 15 12.85 57.57 -
YUV 81.46 196.02 73.46 -
System Red Green Blue C M Y K H S L
Decimal 5 97 202 0.98 0.52 0 0.21 211.98 0.95 0.41
Hex 5 61 CA 62 34 0 15 D4 5F 29
Octal 5 141 312 142 64 0 25 324 137 51
Binary 101 1100001 11001010 1100010 110100 0 10101 11010100 1011111 101001

Color Harmonies of #0561CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561CA

Black with #0561CA

Text Example


Text Example

White with #0561CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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