#1B75DD

Color #1B75DD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1B75DD

Tints of Navy Blue #1B75DD

Color information

#1B75DD (or 0x1B75DD) is unknown color: approx Navy Blue. HEX triplet: 1B, 75 and DD. RGB value is (27,117,221). Sum of RGB (Red+Green+Blue) = 27+117+221=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B75DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B75DD is #E48A22. Grayscale: #656565. Windows color (decimal): -14977571 or 14513435. OLE color: 14513435.

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

Color convert

RGB27117221-
CMYK0.880.4700.13
HSL212.16º78.23%48.63%-
HSV(B)212.16º87.78%86.67%-
XYZ19.8618.1870.87-
YUV101.95195.1874.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.40%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=7.40%
G=32.05%
B=60.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271172210.880.4700.13212.1678.2348.63
Hex1B75DD582F0Dd44e31
Octal331653351305701532411661
Binary11011111010111011101101100010111101101110101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B75DD;
 }
 .AnyTagClassName
 {
   color: #1B75DD;
 }
</style>
background-color css

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

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

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

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

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

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