Html Css Color HEX #0568B9 Navy Blue

📋 copy color: '#0568B9'

red 5 ◦ green 104 ◦ blue 185

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

Shades of Navy Blue #0568B9

Tints of Navy Blue #0568B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 185 (72.66% from 255) = 62.93%

R = 1.7%
G = 35.37%
B = 62.93%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0568B9 (or 0x0568B9) is known color: Navy Blue. HEX triplet: 05, 68 and B9. RGB value is (5,104,185). Sum of RGB (Red+Green+Blue) = 5+104+185=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #0568B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0568B9 is #FA9746. Grayscale: #535353. Windows color (decimal): -16422727 or 12150789. OLE color: 12150789.

HSL color Cylindrical-coordinate representation of color #0568B9: hue angle of 207º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0568B9 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 104 185 -
CMYK 0.97 0.44 0 0.27
HSL 207º 0.95% 0.37% -
HSV(B) 207º 0.97% 0.73% -
XYZ 13.77 13.44 47.77 -
YUV 83.63 185.2 71.91 -
System Red Green Blue C M Y K H S L
Decimal 5 104 185 0.97 0.44 0 0.27 207 0.95 0.37
Hex 5 68 B9 61 2C 0 1B CF 5F 25
Octal 5 150 271 141 54 0 33 317 137 45
Binary 101 1101000 10111001 1100001 101100 0 11011 11001111 1011111 100101

Color Harmonies of #0568B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0568B9

Black with #0568B9

Text Example


Text Example

White with #0568B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0568B9; }

 p { color: rgb(5,104,185); }

 H1.HeaderClassName
 {
   color: #0568B9;
 }
 .AnyTagClassName
 {
   color: #0568B9;
 }
</style>

background-color css

<style>
 a { background-color: #0568B9; }

 a { background-color: rgb(5,104,185); }

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

border-color css

<style>
 span { border-color: #0568B9; }

 span { border-color: rgb(5,104,185); }

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