Html Css Color HEX #0165BA Navy Blue

📋 copy color: '#0165BA'

red 1 ◦ green 101 ◦ blue 186

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

Shades of Navy Blue #0165BA

Tints of Navy Blue #0165BA

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 186 (73.05% from 255) = 64.58%

R = 0.35%
G = 35.07%
B = 64.58%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0165BA (or 0x0165BA) is known color: Navy Blue. HEX triplet: 01, 65 and BA. RGB value is (1,101,186). Sum of RGB (Red+Green+Blue) = 1+101+186=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #0165BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0165BA is #FE9A45. Grayscale: #505050. Windows color (decimal): -16685638 or 12215553. OLE color: 12215553.

HSL color Cylindrical-coordinate representation of color #0165BA: hue angle of 207.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0165BA is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 101 186 -
CMYK 0.99 0.46 0 0.27
HSL 207.57º 0.99% 0.37% -
HSV(B) 207.57º 0.99% 0.73% -
XYZ 13.53 12.86 48.22 -
YUV 80.79 187.37 71.09 -
System Red Green Blue C M Y K H S L
Decimal 1 101 186 0.99 0.46 0 0.27 207.57 0.99 0.37
Hex 1 65 BA 63 2E 0 1B D0 63 25
Octal 1 145 272 143 56 0 33 320 143 45
Binary 1 1100101 10111010 1100011 101110 0 11011 11010000 1100011 100101

Color Harmonies of #0165BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0165BA

Black with #0165BA

Text Example


Text Example

White with #0165BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0165BA; }

 p { color: rgb(1,101,186); }

 H1.HeaderClassName
 {
   color: #0165BA;
 }
 .AnyTagClassName
 {
   color: #0165BA;
 }
</style>

background-color css

<style>
 a { background-color: #0165BA; }

 a { background-color: rgb(1,101,186); }

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

border-color css

<style>
 span { border-color: #0165BA; }

 span { border-color: rgb(1,101,186); }

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