Html Css Color HEX #1B7BDC Navy Blue

📋 copy color: '#1B7BDC'

red 27 ◦ green 123 ◦ blue 220

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

Shades of Navy Blue #1B7BDC

Tints of Navy Blue #1B7BDC

RGB

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

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

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

R = 7.3%
G = 33.24%
B = 59.46%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B7BDC (or 0x1B7BDC) is known color: Navy Blue. HEX triplet: 1B, 7B and DC. RGB value is (27,123,220). Sum of RGB (Red+Green+Blue) = 27+123+220=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B7BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7BDC is #E48423. Grayscale: #686868. Windows color (decimal): -14976036 or 14449435. OLE color: 14449435.

HSL color Cylindrical-coordinate representation of color #1B7BDC: hue angle of 210.16º 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 #1B7BDC is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 123 220 -
CMYK 0.88 0.44 0 0.14
HSL 210.16º 0.78% 0.48% -
HSV(B) 210.16º 0.88% 0.86% -
XYZ 20.45 19.57 70.41 -
YUV 105.35 192.7 72.11 -
System Red Green Blue C M Y K H S L
Decimal 27 123 220 0.88 0.44 0 0.14 210.16 0.78 0.48
Hex 1B 7B DC 58 2C 0 E D2 4E 30
Octal 33 173 334 130 54 0 16 322 116 60
Binary 11011 1111011 11011100 1011000 101100 0 1110 11010010 1001110 110000

Color Harmonies of #1B7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7BDC

Black with #1B7BDC

Text Example


Text Example

White with #1B7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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