#0365CB

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

Shades of Navy Blue #0365CB

Tints of Navy Blue #0365CB

Color information

#0365CB (or 0x0365CB) is unknown color: approx Navy Blue. HEX triplet: 03, 65 and CB. RGB value is (3,101,203). Sum of RGB (Red+Green+Blue) = 3+101+203=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #0365CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365CB is #FC9A34. Grayscale: #525252. Windows color (decimal): -16554549 or 13329667. OLE color: 13329667.

HSL color Cylindrical-coordinate representation of color #0365CB: hue angle of 210.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0365CB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3101203-
CMYK0.990.5000.20
HSL210.6º97.09%40.39%-
HSV(B)210.6º98.52%79.61%-
XYZ15.4713.6458.32-
YUV83.33195.5370.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 203 (79.69% from 255) = 66.12%
R=0.98%
G=32.90%
B=66.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31012030.990.5000.20210.697.0940.39
Hex365CB6332014d36128
Octal31453131436202432314150
Binary111100101110010111100011110010010100110100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0365CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0365CB; }

 p { color: rgb(3,101,203); }

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

<style>
 a { background-color: #0365CB; }

 a { background-color: rgb(3,101,203); }

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

<style>
 span { border-color: #0365CB; }

 span { border-color: rgb(3,101,203); }

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