Html Css Color HEX #017BCA Navy Blue

📋 copy color: '#017BCA'

red 1 ◦ green 123 ◦ blue 202

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

Shades of Navy Blue #017BCA

Tints of Navy Blue #017BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

 BLUE value IS 202 (79.3% from 255) = 61.96%

R = 0.31%
G = 37.73%
B = 61.96%

CMYK

 C value IS 1.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#017BCA (or 0x017BCA) is known color: Navy Blue. HEX triplet: 01, 7B and CA. RGB value is (1,123,202). Sum of RGB (Red+Green+Blue) = 1+123+202=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #017BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BCA is #FE8435. Grayscale: #5F5F5F. Windows color (decimal): -16679990 or 13269761. OLE color: 13269761.

HSL color Cylindrical-coordinate representation of color #017BCA: hue angle of 203.58º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BCA is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 123 202 -
CMYK 1.00 0.39 0 0.21
HSL 203.58º 0.99% 0.4% -
HSV(B) 203.58º 1% 0.79% -
XYZ 17.76 18.44 58.5 -
YUV 95.53 188.08 60.58 -
System Red Green Blue C M Y K H S L
Decimal 1 123 202 1.00 0.39 0 0.21 203.58 0.99 0.4
Hex 1 7B CA 64 27 0 15 CC 63 28
Octal 1 173 312 144 47 0 25 314 143 50
Binary 1 1111011 11001010 1100100 100111 0 10101 11001100 1100011 101000

Color Harmonies of #017BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BCA

Black with #017BCA

Text Example


Text Example

White with #017BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,123,202); }

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

background-color css

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

 a { background-color: rgb(1,123,202); }

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

border-color css

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

 span { border-color: rgb(1,123,202); }

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