Html Css Color HEX #005ACF Navy Blue

📋 copy color: '#005ACF'

red 0 ◦ green 90 ◦ blue 207

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

Shades of Navy Blue #005ACF

Tints of Navy Blue #005ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

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

R = 0%
G = 30.3%
B = 69.7%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#005ACF (or 0x005ACF) is known color: Navy Blue. HEX triplet: 00, 5A and CF. RGB value is (0,90,207). Sum of RGB (Red+Green+Blue) = 0+90+207=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #005ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ACF is #FFA530. Grayscale: #4B4B4B. Windows color (decimal): -16753969 or 13588992. OLE color: 13588992.

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

Color convert

RGB 0 90 207 -
CMYK 1 0.57 0 0.19
HSL 213.91º 1% 0.41% -
HSV(B) 213.91º 1% 0.81% -
XYZ 14.92 11.82 60.53 -
YUV 76.43 201.68 73.49 -
System Red Green Blue C M Y K H S L
Decimal 0 90 207 1 0.57 0 0.19 213.91 1 0.41
Hex 0 5A CF 64 39 0 13 D6 64 29
Octal 0 132 317 144 71 0 23 326 144 51
Binary 0 1011010 11001111 1100100 111001 0 10011 11010110 1100100 101001

Color Harmonies of #005ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ACF

Black with #005ACF

Text Example


Text Example

White with #005ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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