Html Css Color HEX #1655ED Navy Blue

📋 copy color: '#1655ED'

red 22 ◦ green 85 ◦ blue 237

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

Shades of Navy Blue #1655ED

Tints of Navy Blue #1655ED

RGB

 RED value IS 22 (8.98% from 255) = 6.4%

 GREEN value IS 85 (33.59% from 255) = 24.71%

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

R = 6.4%
G = 24.71%
B = 68.9%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1655ED (or 0x1655ED) is known color: Navy Blue. HEX triplet: 16, 55 and ED. RGB value is (22,85,237). Sum of RGB (Red+Green+Blue) = 22+85+237=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #1655ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1655ED is #E9AA12. Grayscale: #525252. Windows color (decimal): -15313427 or 15553814. OLE color: 15553814.

HSL color Cylindrical-coordinate representation of color #1655ED: hue angle of 222.42º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1655ED is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 85 237 -
CMYK 0.91 0.64 0 0.07
HSL 222.42º 0.86% 0.51% -
HSV(B) 222.42º 0.91% 0.93% -
XYZ 18.87 12.78 81.59 -
YUV 83.49 214.63 84.14 -
System Red Green Blue C M Y K H S L
Decimal 22 85 237 0.91 0.64 0 0.07 222.42 0.86 0.51
Hex 16 55 ED 5B 40 0 7 DE 56 33
Octal 26 125 355 133 100 0 7 336 126 63
Binary 10110 1010101 11101101 1011011 1000000 0 111 11011110 1010110 110011

Color Harmonies of #1655ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1655ED

Black with #1655ED

Text Example


Text Example

White with #1655ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1655ED; }

 p { color: rgb(22,85,237); }

 H1.HeaderClassName
 {
   color: #1655ED;
 }
 .AnyTagClassName
 {
   color: #1655ED;
 }
</style>

background-color css

<style>
 a { background-color: #1655ED; }

 a { background-color: rgb(22,85,237); }

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

border-color css

<style>
 span { border-color: #1655ED; }

 span { border-color: rgb(22,85,237); }

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