Html Css Color HEX #0567C5 Navy Blue

📋 copy color: '#0567C5'

red 5 ◦ green 103 ◦ blue 197

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

Shades of Navy Blue #0567C5

Tints of Navy Blue #0567C5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

 BLUE value IS 197 (77.34% from 255) = 64.59%

R = 1.64%
G = 33.77%
B = 64.59%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0567C5 (or 0x0567C5) is known color: Navy Blue. HEX triplet: 05, 67 and C5. RGB value is (5,103,197). Sum of RGB (Red+Green+Blue) = 5+103+197=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #0567C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0567C5 is #FA983A. Grayscale: #535353. Windows color (decimal): -16422971 or 12936965. OLE color: 12936965.

HSL color Cylindrical-coordinate representation of color #0567C5: hue angle of 209.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0567C5 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 103 197 -
CMYK 0.97 0.48 0 0.23
HSL 209.38º 0.95% 0.4% -
HSV(B) 209.38º 0.97% 0.77% -
XYZ 14.99 13.76 54.69 -
YUV 84.41 191.53 71.36 -
System Red Green Blue C M Y K H S L
Decimal 5 103 197 0.97 0.48 0 0.23 209.38 0.95 0.4
Hex 5 67 C5 61 30 0 17 D1 5F 28
Octal 5 147 305 141 60 0 27 321 137 50
Binary 101 1100111 11000101 1100001 110000 0 10111 11010001 1011111 101000

Color Harmonies of #0567C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0567C5

Black with #0567C5

Text Example


Text Example

White with #0567C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0567C5; }

 p { color: rgb(5,103,197); }

 H1.HeaderClassName
 {
   color: #0567C5;
 }
 .AnyTagClassName
 {
   color: #0567C5;
 }
</style>

background-color css

<style>
 a { background-color: #0567C5; }

 a { background-color: rgb(5,103,197); }

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

border-color css

<style>
 span { border-color: #0567C5; }

 span { border-color: rgb(5,103,197); }

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