Html Css Color HEX #0265FD Navy Blue

📋 copy color: '#0265FD'

red 2 ◦ green 101 ◦ blue 253

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

Shades of Navy Blue #0265FD

Tints of Navy Blue #0265FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.07%

R = 0.56%
G = 28.37%
B = 71.07%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0265FD (or 0x0265FD) is known color: Navy Blue. HEX triplet: 02, 65 and FD. RGB value is (2,101,253). Sum of RGB (Red+Green+Blue) = 2+101+253=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #0265FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0265FD is #FD9A02. Grayscale: #585858. Windows color (decimal): -16620035 or 16606466. OLE color: 16606466.

HSL color Cylindrical-coordinate representation of color #0265FD: hue angle of 216.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265FD is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 101 253 -
CMYK 0.99 0.60 0 0.01
HSL 216.33º 0.98% 0.5% -
HSV(B) 216.33º 0.99% 0.99% -
XYZ 22.41 16.41 94.92 -
YUV 88.73 220.7 66.14 -
System Red Green Blue C M Y K H S L
Decimal 2 101 253 0.99 0.60 0 0.01 216.33 0.98 0.5
Hex 2 65 FD 63 3C 0 1 D8 62 32
Octal 2 145 375 143 74 0 1 330 142 62
Binary 10 1100101 11111101 1100011 111100 0 1 11011000 1100010 110010

Color Harmonies of #0265FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0265FD

Black with #0265FD

Text Example


Text Example

White with #0265FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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