Html Css Color HEX #156BED Navy Blue

📋 copy color: '#156BED'

red 21 ◦ green 107 ◦ blue 237

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

Shades of Navy Blue #156BED

Tints of Navy Blue #156BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 5.75%
G = 29.32%
B = 64.93%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#156BED (or 0x156BED) is known color: Navy Blue. HEX triplet: 15, 6B and ED. RGB value is (21,107,237). Sum of RGB (Red+Green+Blue) = 21+107+237=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #156BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156BED is #EA9412. Grayscale: #5F5F5F. Windows color (decimal): -15373331 or 15559445. OLE color: 15559445.

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

Color convert

RGB 21 107 237 -
CMYK 0.91 0.55 0 0.07
HSL 216.11º 0.86% 0.51% -
HSV(B) 216.11º 0.91% 0.93% -
XYZ 20.85 16.79 82.26 -
YUV 96.11 207.51 74.43 -
System Red Green Blue C M Y K H S L
Decimal 21 107 237 0.91 0.55 0 0.07 216.11 0.86 0.51
Hex 15 6B ED 5B 37 0 7 D8 56 33
Octal 25 153 355 133 67 0 7 330 126 63
Binary 10101 1101011 11101101 1011011 110111 0 111 11011000 1010110 110011

Color Harmonies of #156BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BED

Black with #156BED

Text Example


Text Example

White with #156BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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