Html Css Color HEX #0567CB Navy Blue

📋 copy color: '#0567CB'

red 5 ◦ green 103 ◦ blue 203

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

Shades of Navy Blue #0567CB

Tints of Navy Blue #0567CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 1.61%
G = 33.12%
B = 65.27%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0567CB (or 0x0567CB) is known color: Navy Blue. HEX triplet: 05, 67 and CB. RGB value is (5,103,203). Sum of RGB (Red+Green+Blue) = 5+103+203=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #0567CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0567CB is #FA9834. Grayscale: #545454. Windows color (decimal): -16422965 or 13330181. OLE color: 13330181.

HSL color Cylindrical-coordinate representation of color #0567CB: hue angle of 210.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0567CB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 103 203 -
CMYK 0.98 0.49 0 0.20
HSL 210.3º 0.95% 0.41% -
HSV(B) 210.3º 0.98% 0.8% -
XYZ 15.69 14.04 58.38 -
YUV 85.1 194.53 70.87 -
System Red Green Blue C M Y K H S L
Decimal 5 103 203 0.98 0.49 0 0.20 210.3 0.95 0.41
Hex 5 67 CB 62 31 0 14 D2 5F 29
Octal 5 147 313 142 61 0 24 322 137 51
Binary 101 1100111 11001011 1100010 110001 0 10100 11010010 1011111 101001

Color Harmonies of #0567CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0567CB

Black with #0567CB

Text Example


Text Example

White with #0567CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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