Html Css Color HEX #005FCF Navy Blue

📋 copy color: '#005FCF'

red 0 ◦ green 95 ◦ blue 207

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

Shades of Navy Blue #005FCF

Tints of Navy Blue #005FCF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 95 (37.5% from 255) = 31.46%

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 0%
G = 31.46%
B = 68.54%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#005FCF (or 0x005FCF) is known color: Navy Blue. HEX triplet: 00, 5F and CF. RGB value is (0,95,207). Sum of RGB (Red+Green+Blue) = 0+95+207=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #005FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FCF is #FFA030. Grayscale: #4E4E4E. Windows color (decimal): -16752689 or 13590272. OLE color: 13590272.

HSL color Cylindrical-coordinate representation of color #005FCF: hue angle of 212.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FCF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 95 207 -
CMYK 1 0.54 0 0.19
HSL 212.46º 1% 0.41% -
HSV(B) 212.46º 1% 0.81% -
XYZ 15.35 12.69 60.67 -
YUV 79.36 200.03 71.39 -
System Red Green Blue C M Y K H S L
Decimal 0 95 207 1 0.54 0 0.19 212.46 1 0.41
Hex 0 5F CF 64 36 0 13 D4 64 29
Octal 0 137 317 144 66 0 23 324 144 51
Binary 0 1011111 11001111 1100100 110110 0 10011 11010100 1100100 101001

Color Harmonies of #005FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FCF

Black with #005FCF

Text Example


Text Example

White with #005FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005FCF; }

 p { color: rgb(0,95,207); }

 H1.HeaderClassName
 {
   color: #005FCF;
 }
 .AnyTagClassName
 {
   color: #005FCF;
 }
</style>

background-color css

<style>
 a { background-color: #005FCF; }

 a { background-color: rgb(0,95,207); }

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

border-color css

<style>
 span { border-color: #005FCF; }

 span { border-color: rgb(0,95,207); }

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