Html Css Color HEX #005CCF Navy Blue

📋 copy color: '#005CCF'

red 0 ◦ green 92 ◦ blue 207

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

Shades of Navy Blue #005CCF

Tints of Navy Blue #005CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 0%
G = 30.77%
B = 69.23%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#005CCF (or 0x005CCF) is known color: Navy Blue. HEX triplet: 00, 5C and CF. RGB value is (0,92,207). Sum of RGB (Red+Green+Blue) = 0+92+207=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #005CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CCF is #FFA330. Grayscale: #4D4D4D. Windows color (decimal): -16753457 or 13589504. OLE color: 13589504.

HSL color Cylindrical-coordinate representation of color #005CCF: hue angle of 213.33º 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 #005CCF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 92 207 -
CMYK 1 0.56 0 0.19
HSL 213.33º 1% 0.41% -
HSV(B) 213.33º 1% 0.81% -
XYZ 15.09 12.16 60.58 -
YUV 77.6 201.02 72.65 -
System Red Green Blue C M Y K H S L
Decimal 0 92 207 1 0.56 0 0.19 213.33 1 0.41
Hex 0 5C CF 64 38 0 13 D5 64 29
Octal 0 134 317 144 70 0 23 325 144 51
Binary 0 1011100 11001111 1100100 111000 0 10011 11010101 1100100 101001

Color Harmonies of #005CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CCF

Black with #005CCF

Text Example


Text Example

White with #005CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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