Html Css Color HEX #1B71DC Navy Blue

📋 copy color: '#1B71DC'

red 27 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #1B71DC

Tints of Navy Blue #1B71DC

RGB

 RED value IS 27 (10.94% from 255) = 7.5%

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 7.5%
G = 31.39%
B = 61.11%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B71DC (or 0x1B71DC) is known color: Navy Blue. HEX triplet: 1B, 71 and DC. RGB value is (27,113,220). Sum of RGB (Red+Green+Blue) = 27+113+220=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B71DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B71DC is #E48E23. Grayscale: #626262. Windows color (decimal): -14978596 or 14446875. OLE color: 14446875.

HSL color Cylindrical-coordinate representation of color #1B71DC: hue angle of 213.26º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B71DC is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 113 220 -
CMYK 0.88 0.49 0 0.14
HSL 213.26º 0.78% 0.48% -
HSV(B) 213.26º 0.88% 0.86% -
XYZ 19.28 17.21 70.02 -
YUV 99.48 196.01 76.3 -
System Red Green Blue C M Y K H S L
Decimal 27 113 220 0.88 0.49 0 0.14 213.26 0.78 0.48
Hex 1B 71 DC 58 31 0 E D5 4E 30
Octal 33 161 334 130 61 0 16 325 116 60
Binary 11011 1110001 11011100 1011000 110001 0 1110 11010101 1001110 110000

Color Harmonies of #1B71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B71DC

Black with #1B71DC

Text Example


Text Example

White with #1B71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B71DC; }

 p { color: rgb(27,113,220); }

 H1.HeaderClassName
 {
   color: #1B71DC;
 }
 .AnyTagClassName
 {
   color: #1B71DC;
 }
</style>

background-color css

<style>
 a { background-color: #1B71DC; }

 a { background-color: rgb(27,113,220); }

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

border-color css

<style>
 span { border-color: #1B71DC; }

 span { border-color: rgb(27,113,220); }

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