#0B75CA

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

Shades of Navy Blue #0B75CA

Tints of Navy Blue #0B75CA

Color information

#0B75CA (or 0x0B75CA) is unknown color: approx Navy Blue. HEX triplet: 0B, 75 and CA. RGB value is (11,117,202). Sum of RGB (Red+Green+Blue) = 11+117+202=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B75CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B75CA is #F48A35. Grayscale: #5E5E5E. Windows color (decimal): -16026166 or 13268235. OLE color: 13268235.

HSL color Cylindrical-coordinate representation of color #0B75CA: hue angle of 206.7º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B75CA is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11117202-
CMYK0.950.4200.21
HSL206.7º89.67%41.76%-
HSV(B)206.7º94.55%79.22%-
XYZ17.1617.0658.27-
YUV95188.3868.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.33%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=3.33%
G=35.45%
B=61.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111172020.950.4200.21206.789.6741.76
HexB75CA5F2A015cf5a2a
Octal131653121375202531713252
Binary10111110101110010101011111101010010101110011111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B75CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B75CA; }

 p { color: rgb(11,117,202); }

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

<style>
 a { background-color: #0B75CA; }

 a { background-color: rgb(11,117,202); }

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

<style>
 span { border-color: #0B75CA; }

 span { border-color: rgb(11,117,202); }

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