Html Css Color HEX #1B6CDC Navy Blue

📋 copy color: '#1B6CDC'

red 27 ◦ green 108 ◦ blue 220

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

Shades of Navy Blue #1B6CDC

Tints of Navy Blue #1B6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

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

R = 7.61%
G = 30.42%
B = 61.97%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B6CDC (or 0x1B6CDC) is known color: Navy Blue. HEX triplet: 1B, 6C and DC. RGB value is (27,108,220). Sum of RGB (Red+Green+Blue) = 27+108+220=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B6CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CDC is #E49323. Grayscale: #606060. Windows color (decimal): -14979876 or 14445595. OLE color: 14445595.

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

Color convert

RGB 27 108 220 -
CMYK 0.88 0.51 0 0.14
HSL 214.82º 0.78% 0.48% -
HSV(B) 214.82º 0.88% 0.86% -
XYZ 18.73 16.13 69.84 -
YUV 96.55 197.66 78.39 -
System Red Green Blue C M Y K H S L
Decimal 27 108 220 0.88 0.51 0 0.14 214.82 0.78 0.48
Hex 1B 6C DC 58 33 0 E D7 4E 30
Octal 33 154 334 130 63 0 16 327 116 60
Binary 11011 1101100 11011100 1011000 110011 0 1110 11010111 1001110 110000

Color Harmonies of #1B6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6CDC

Black with #1B6CDC

Text Example


Text Example

White with #1B6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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