Html Css Color HEX #0265BA Navy Blue

📋 copy color: '#0265BA'

red 2 ◦ green 101 ◦ blue 186

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

Shades of Navy Blue #0265BA

Tints of Navy Blue #0265BA

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

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

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

R = 0.69%
G = 34.95%
B = 64.36%

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

#0265BA (or 0x0265BA) is known color: Navy Blue. HEX triplet: 02, 65 and BA. RGB value is (2,101,186). Sum of RGB (Red+Green+Blue) = 2+101+186=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0265BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265BA is #FD9A45. Grayscale: #505050. Windows color (decimal): -16620102 or 12215554. OLE color: 12215554.

HSL color Cylindrical-coordinate representation of color #0265BA: hue angle of 207.72º degrees, saturation: 0.98, 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 #0265BA is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 101 186 -
CMYK 0.99 0.46 0 0.27
HSL 207.72º 0.98% 0.37% -
HSV(B) 207.72º 0.99% 0.73% -
XYZ 13.54 12.87 48.22 -
YUV 81.09 187.2 71.59 -
System Red Green Blue C M Y K H S L
Decimal 2 101 186 0.99 0.46 0 0.27 207.72 0.98 0.37
Hex 2 65 BA 63 2E 0 1B D0 62 25
Octal 2 145 272 143 56 0 33 320 142 45
Binary 10 1100101 10111010 1100011 101110 0 11011 11010000 1100010 100101

Color Harmonies of #0265BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0265BA

Black with #0265BA

Text Example


Text Example

White with #0265BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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