Html Css Color HEX #0269EB Navy Blue

📋 copy color: '#0269EB'

red 2 ◦ green 105 ◦ blue 235

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

Shades of Navy Blue #0269EB

Tints of Navy Blue #0269EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 0.58%
G = 30.7%
B = 68.71%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0269EB (or 0x0269EB) is known color: Navy Blue. HEX triplet: 02, 69 and EB. RGB value is (2,105,235). Sum of RGB (Red+Green+Blue) = 2+105+235=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #0269EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0269EB is #FD9614. Grayscale: #585858. Windows color (decimal): -16619029 or 15427842. OLE color: 15427842.

HSL color Cylindrical-coordinate representation of color #0269EB: hue angle of 213.48º 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 #0269EB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 105 235 -
CMYK 0.99 0.55 0 0.08
HSL 213.48º 0.98% 0.46% -
HSV(B) 213.48º 0.99% 0.92% -
XYZ 20.07 16.11 80.65 -
YUV 89.02 210.38 65.93 -
System Red Green Blue C M Y K H S L
Decimal 2 105 235 0.99 0.55 0 0.08 213.48 0.98 0.46
Hex 2 69 EB 63 37 0 8 D5 62 2E
Octal 2 151 353 143 67 0 10 325 142 56
Binary 10 1101001 11101011 1100011 110111 0 1000 11010101 1100010 101110

Color Harmonies of #0269EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269EB

Black with #0269EB

Text Example


Text Example

White with #0269EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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