Html Css Color HEX #0268DC Navy Blue

📋 copy color: '#0268DC'

red 2 ◦ green 104 ◦ blue 220

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

Shades of Navy Blue #0268DC

Tints of Navy Blue #0268DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 0.61%
G = 31.9%
B = 67.48%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0268DC (or 0x0268DC) is known color: Navy Blue. HEX triplet: 02, 68 and DC. RGB value is (2,104,220). Sum of RGB (Red+Green+Blue) = 2+104+220=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #0268DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268DC is #FD9723. Grayscale: #565656. Windows color (decimal): -16619300 or 14444546. OLE color: 14444546.

HSL color Cylindrical-coordinate representation of color #0268DC: hue angle of 211.93º 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 #0268DC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 104 220 -
CMYK 0.99 0.53 0 0.14
HSL 211.93º 0.98% 0.44% -
HSV(B) 211.93º 0.99% 0.86% -
XYZ 17.89 15.08 69.68 -
YUV 86.73 203.21 67.57 -
System Red Green Blue C M Y K H S L
Decimal 2 104 220 0.99 0.53 0 0.14 211.93 0.98 0.44
Hex 2 68 DC 63 35 0 E D4 62 2C
Octal 2 150 334 143 65 0 16 324 142 54
Binary 10 1101000 11011100 1100011 110101 0 1110 11010100 1100010 101100

Color Harmonies of #0268DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0268DC

Black with #0268DC

Text Example


Text Example

White with #0268DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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