Html Css Color HEX #0268EB Navy Blue

📋 copy color: '#0268EB'

red 2 ◦ green 104 ◦ blue 235

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

Shades of Navy Blue #0268EB

Tints of Navy Blue #0268EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 0.59%
G = 30.5%
B = 68.91%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0268EB (or 0x0268EB) is known color: Navy Blue. HEX triplet: 02, 68 and EB. RGB value is (2,104,235). Sum of RGB (Red+Green+Blue) = 2+104+235=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #0268EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0268EB is #FD9714. Grayscale: #575757. Windows color (decimal): -16619285 or 15427586. OLE color: 15427586.

HSL color Cylindrical-coordinate representation of color #0268EB: hue angle of 213.73º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268EB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 104 235 -
CMYK 0.99 0.56 0 0.08
HSL 213.73º 0.98% 0.46% -
HSV(B) 213.73º 0.99% 0.92% -
XYZ 19.97 15.91 80.62 -
YUV 88.44 210.71 66.35 -
System Red Green Blue C M Y K H S L
Decimal 2 104 235 0.99 0.56 0 0.08 213.73 0.98 0.46
Hex 2 68 EB 63 38 0 8 D6 62 2E
Octal 2 150 353 143 70 0 10 326 142 56
Binary 10 1101000 11101011 1100011 111000 0 1000 11010110 1100010 101110

Color Harmonies of #0268EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0268EB

Black with #0268EB

Text Example


Text Example

White with #0268EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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