Html Css Color HEX #0265DC Navy Blue

📋 copy color: '#0265DC'

red 2 ◦ green 101 ◦ blue 220

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

Shades of Navy Blue #0265DC

Tints of Navy Blue #0265DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.11%

R = 0.62%
G = 31.27%
B = 68.11%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0265DC (or 0x0265DC) is known color: Navy Blue. HEX triplet: 02, 65 and DC. RGB value is (2,101,220). Sum of RGB (Red+Green+Blue) = 2+101+220=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #0265DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265DC is #FD9A23. Grayscale: #545454. Windows color (decimal): -16620068 or 14443778. OLE color: 14443778.

HSL color Cylindrical-coordinate representation of color #0265DC: hue angle of 212.75º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265DC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 101 220 -
CMYK 0.99 0.54 0 0.14
HSL 212.75º 0.98% 0.44% -
HSV(B) 212.75º 0.99% 0.86% -
XYZ 17.6 14.49 69.58 -
YUV 84.97 204.2 68.82 -
System Red Green Blue C M Y K H S L
Decimal 2 101 220 0.99 0.54 0 0.14 212.75 0.98 0.44
Hex 2 65 DC 63 36 0 E D5 62 2C
Octal 2 145 334 143 66 0 16 325 142 54
Binary 10 1100101 11011100 1100011 110110 0 1110 11010101 1100010 101100

Color Harmonies of #0265DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0265DC

Black with #0265DC

Text Example


Text Example

White with #0265DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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