Html Css Color HEX #017ACF Navy Blue

📋 copy color: '#017ACF'

red 1 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #017ACF

Tints of Navy Blue #017ACF

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 122 (48.05% from 255) = 36.97%

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

R = 0.3%
G = 36.97%
B = 62.73%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#017ACF (or 0x017ACF) is known color: Navy Blue. HEX triplet: 01, 7A and CF. RGB value is (1,122,207). Sum of RGB (Red+Green+Blue) = 1+122+207=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #017ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ACF is #FE8530. Grayscale: #5F5F5F. Windows color (decimal): -16680241 or 13597185. OLE color: 13597185.

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

Color convert

RGB 1 122 207 -
CMYK 1.00 0.41 0 0.19
HSL 204.76º 0.99% 0.41% -
HSV(B) 204.76º 1% 0.81% -
XYZ 18.23 18.43 61.63 -
YUV 95.51 190.91 60.59 -
System Red Green Blue C M Y K H S L
Decimal 1 122 207 1.00 0.41 0 0.19 204.76 0.99 0.41
Hex 1 7A CF 64 29 0 13 CD 63 29
Octal 1 172 317 144 51 0 23 315 143 51
Binary 1 1111010 11001111 1100100 101001 0 10011 11001101 1100011 101001

Color Harmonies of #017ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017ACF

Black with #017ACF

Text Example


Text Example

White with #017ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,122,207); }

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

background-color css

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

 a { background-color: rgb(1,122,207); }

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

border-color css

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

 span { border-color: rgb(1,122,207); }

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