Html Css Color HEX #017BED Navy Blue

📋 copy color: '#017BED'

red 1 ◦ green 123 ◦ blue 237

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

Shades of Navy Blue #017BED

Tints of Navy Blue #017BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 0.28%
G = 34.07%
B = 65.65%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#017BED (or 0x017BED) is known color: Navy Blue. HEX triplet: 01, 7B and ED. RGB value is (1,123,237). Sum of RGB (Red+Green+Blue) = 1+123+237=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #017BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017BED is #FE8412. Grayscale: #626262. Windows color (decimal): -16679955 or 15563521. OLE color: 15563521.

HSL color Cylindrical-coordinate representation of color #017BED: hue angle of 208.98º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BED is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 123 237 -
CMYK 1.00 0.48 0 0.07
HSL 208.98º 0.99% 0.47% -
HSV(B) 208.98º 1% 0.93% -
XYZ 22.38 20.29 82.86 -
YUV 99.52 205.58 57.73 -
System Red Green Blue C M Y K H S L
Decimal 1 123 237 1.00 0.48 0 0.07 208.98 0.99 0.47
Hex 1 7B ED 64 30 0 7 D1 63 2F
Octal 1 173 355 144 60 0 7 321 143 57
Binary 1 1111011 11101101 1100100 110000 0 111 11010001 1100011 101111

Color Harmonies of #017BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BED

Black with #017BED

Text Example


Text Example

White with #017BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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