Html Css Color HEX #0268BA Navy Blue

📋 copy color: '#0268BA'

red 2 ◦ green 104 ◦ blue 186

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

Shades of Navy Blue #0268BA

Tints of Navy Blue #0268BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 0.68%
G = 35.62%
B = 63.7%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0268BA (or 0x0268BA) is known color: Navy Blue. HEX triplet: 02, 68 and BA. RGB value is (2,104,186). Sum of RGB (Red+Green+Blue) = 2+104+186=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #0268BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268BA is #FD9745. Grayscale: #525252. Windows color (decimal): -16619334 or 12216322. OLE color: 12216322.

HSL color Cylindrical-coordinate representation of color #0268BA: hue angle of 206.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268BA is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 104 186 -
CMYK 0.99 0.44 0 0.27
HSL 206.74º 0.98% 0.37% -
HSV(B) 206.74º 0.99% 0.73% -
XYZ 13.84 13.46 48.32 -
YUV 82.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 2 104 186 0.99 0.44 0 0.27 206.74 0.98 0.37
Hex 2 68 BA 63 2C 0 1B CF 62 25
Octal 2 150 272 143 54 0 33 317 142 45
Binary 10 1101000 10111010 1100011 101100 0 11011 11001111 1100010 100101

Color Harmonies of #0268BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0268BA

Black with #0268BA

Text Example


Text Example

White with #0268BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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