Html Css Color HEX #1B79DF Navy Blue

📋 copy color: '#1B79DF'

red 27 ◦ green 121 ◦ blue 223

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

Shades of Navy Blue #1B79DF

Tints of Navy Blue #1B79DF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 7.28%
G = 32.61%
B = 60.11%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B79DF (or 0x1B79DF) is known color: Navy Blue. HEX triplet: 1B, 79 and DF. RGB value is (27,121,223). Sum of RGB (Red+Green+Blue) = 27+121+223=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B79DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B79DF is #E48620. Grayscale: #686868. Windows color (decimal): -14976545 or 14645531. OLE color: 14645531.

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

Color convert

RGB 27 121 223 -
CMYK 0.88 0.46 0 0.13
HSL 211.22º 0.78% 0.49% -
HSV(B) 211.22º 0.88% 0.87% -
XYZ 20.61 19.24 72.44 -
YUV 104.52 194.86 72.71 -
System Red Green Blue C M Y K H S L
Decimal 27 121 223 0.88 0.46 0 0.13 211.22 0.78 0.49
Hex 1B 79 DF 58 2E 0 D D3 4E 31
Octal 33 171 337 130 56 0 15 323 116 61
Binary 11011 1111001 11011111 1011000 101110 0 1101 11010011 1001110 110001

Color Harmonies of #1B79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B79DF

Black with #1B79DF

Text Example


Text Example

White with #1B79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,121,223); }

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

background-color css

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

 a { background-color: rgb(27,121,223); }

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

border-color css

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

 span { border-color: rgb(27,121,223); }

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