Html Css Color HEX #1B75DC Navy Blue

📋 copy color: '#1B75DC'

red 27 ◦ green 117 ◦ blue 220

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

Shades of Navy Blue #1B75DC

Tints of Navy Blue #1B75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 7.42%
G = 32.14%
B = 60.44%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B75DC (or 0x1B75DC) is known color: Navy Blue. HEX triplet: 1B, 75 and DC. RGB value is (27,117,220). Sum of RGB (Red+Green+Blue) = 27+117+220=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B75DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B75DC is #E48A23. Grayscale: #656565. Windows color (decimal): -14977572 or 14447899. OLE color: 14447899.

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

Color convert

RGB 27 117 220 -
CMYK 0.88 0.47 0 0.14
HSL 212.02º 0.78% 0.48% -
HSV(B) 212.02º 0.88% 0.86% -
XYZ 19.73 18.12 70.17 -
YUV 101.83 194.68 74.62 -
System Red Green Blue C M Y K H S L
Decimal 27 117 220 0.88 0.47 0 0.14 212.02 0.78 0.48
Hex 1B 75 DC 58 2F 0 E D4 4E 30
Octal 33 165 334 130 57 0 16 324 116 60
Binary 11011 1110101 11011100 1011000 101111 0 1110 11010100 1001110 110000

Color Harmonies of #1B75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B75DC

Black with #1B75DC

Text Example


Text Example

White with #1B75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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