Html Css Color HEX #0265CB Navy Blue

📋 copy color: '#0265CB'

red 2 ◦ green 101 ◦ blue 203

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

Shades of Navy Blue #0265CB

Tints of Navy Blue #0265CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 0.65%
G = 33.01%
B = 66.34%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0265CB (or 0x0265CB) is known color: Navy Blue. HEX triplet: 02, 65 and CB. RGB value is (2,101,203). Sum of RGB (Red+Green+Blue) = 2+101+203=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #0265CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265CB is #FD9A34. Grayscale: #525252. Windows color (decimal): -16620085 or 13329666. OLE color: 13329666.

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

Color convert

RGB 2 101 203 -
CMYK 0.99 0.50 0 0.20
HSL 210.45º 0.98% 0.4% -
HSV(B) 210.45º 0.99% 0.8% -
XYZ 15.46 13.63 58.32 -
YUV 83.03 195.7 70.21 -
System Red Green Blue C M Y K H S L
Decimal 2 101 203 0.99 0.50 0 0.20 210.45 0.98 0.4
Hex 2 65 CB 63 32 0 14 D2 62 28
Octal 2 145 313 143 62 0 24 322 142 50
Binary 10 1100101 11001011 1100011 110010 0 10100 11010010 1100010 101000

Color Harmonies of #0265CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0265CB

Black with #0265CB

Text Example


Text Example

White with #0265CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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