Html Css Color HEX #155FED Navy Blue

📋 copy color: '#155FED'

red 21 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #155FED

Tints of Navy Blue #155FED

RGB

 RED value IS 21 (8.59% from 255) = 5.95%

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 5.95%
G = 26.91%
B = 67.14%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#155FED (or 0x155FED) is known color: Navy Blue. HEX triplet: 15, 5F and ED. RGB value is (21,95,237). Sum of RGB (Red+Green+Blue) = 21+95+237=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #155FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FED is #EAA012. Grayscale: #585858. Windows color (decimal): -15376403 or 15556373. OLE color: 15556373.

HSL color Cylindrical-coordinate representation of color #155FED: hue angle of 219.44º 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 #155FED is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 95 237 -
CMYK 0.91 0.60 0 0.07
HSL 219.44º 0.86% 0.51% -
HSV(B) 219.44º 0.91% 0.93% -
XYZ 19.69 14.46 81.87 -
YUV 89.06 211.48 79.45 -
System Red Green Blue C M Y K H S L
Decimal 21 95 237 0.91 0.60 0 0.07 219.44 0.86 0.51
Hex 15 5F ED 5B 3C 0 7 DB 56 33
Octal 25 137 355 133 74 0 7 333 126 63
Binary 10101 1011111 11101101 1011011 111100 0 111 11011011 1010110 110011

Color Harmonies of #155FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FED

Black with #155FED

Text Example


Text Example

White with #155FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155FED; }

 p { color: rgb(21,95,237); }

 H1.HeaderClassName
 {
   color: #155FED;
 }
 .AnyTagClassName
 {
   color: #155FED;
 }
</style>

background-color css

<style>
 a { background-color: #155FED; }

 a { background-color: rgb(21,95,237); }

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

border-color css

<style>
 span { border-color: #155FED; }

 span { border-color: rgb(21,95,237); }

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