Html Css Color HEX #1B6FDA Navy Blue

📋 copy color: '#1B6FDA'

red 27 ◦ green 111 ◦ blue 218

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

Shades of Navy Blue #1B6FDA

Tints of Navy Blue #1B6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.18%

 BLUE value IS 218 (85.55% from 255) = 61.24%

R = 7.58%
G = 31.18%
B = 61.24%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B6FDA (or 0x1B6FDA) is known color: Navy Blue. HEX triplet: 1B, 6F and DA. RGB value is (27,111,218). Sum of RGB (Red+Green+Blue) = 27+111+218=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B6FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6FDA is #E49025. Grayscale: #616161. Windows color (decimal): -14979110 or 14315291. OLE color: 14315291.

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

Color convert

RGB 27 111 218 -
CMYK 0.88 0.49 0 0.15
HSL 213.61º 0.78% 0.48% -
HSV(B) 213.61º 0.88% 0.85% -
XYZ 18.79 16.66 68.56 -
YUV 98.08 195.67 77.3 -
System Red Green Blue C M Y K H S L
Decimal 27 111 218 0.88 0.49 0 0.15 213.61 0.78 0.48
Hex 1B 6F DA 58 31 0 F D6 4E 30
Octal 33 157 332 130 61 0 17 326 116 60
Binary 11011 1101111 11011010 1011000 110001 0 1111 11010110 1001110 110000

Color Harmonies of #1B6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6FDA

Black with #1B6FDA

Text Example


Text Example

White with #1B6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,111,218); }

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

background-color css

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

 a { background-color: rgb(27,111,218); }

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

border-color css

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

 span { border-color: rgb(27,111,218); }

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