Html Css Color HEX #0266BB Navy Blue

📋 copy color: '#0266BB'

red 2 ◦ green 102 ◦ blue 187

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

Shades of Navy Blue #0266BB

Tints of Navy Blue #0266BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 0.69%
G = 35.05%
B = 64.26%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0266BB (or 0x0266BB) is known color: Navy Blue. HEX triplet: 02, 66 and BB. RGB value is (2,102,187). Sum of RGB (Red+Green+Blue) = 2+102+187=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #0266BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266BB is #FD9944. Grayscale: #515151. Windows color (decimal): -16619845 or 12281346. OLE color: 12281346.

HSL color Cylindrical-coordinate representation of color #0266BB: hue angle of 207.57º 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 #0266BB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 102 187 -
CMYK 0.99 0.45 0 0.27
HSL 207.57º 0.98% 0.37% -
HSV(B) 207.57º 0.99% 0.73% -
XYZ 13.75 13.1 48.82 -
YUV 81.79 187.37 71.09 -
System Red Green Blue C M Y K H S L
Decimal 2 102 187 0.99 0.45 0 0.27 207.57 0.98 0.37
Hex 2 66 BB 63 2D 0 1B D0 62 25
Octal 2 146 273 143 55 0 33 320 142 45
Binary 10 1100110 10111011 1100011 101101 0 11011 11010000 1100010 100101

Color Harmonies of #0266BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266BB

Black with #0266BB

Text Example


Text Example

White with #0266BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0266BB; }

 p { color: rgb(2,102,187); }

 H1.HeaderClassName
 {
   color: #0266BB;
 }
 .AnyTagClassName
 {
   color: #0266BB;
 }
</style>

background-color css

<style>
 a { background-color: #0266BB; }

 a { background-color: rgb(2,102,187); }

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

border-color css

<style>
 span { border-color: #0266BB; }

 span { border-color: rgb(2,102,187); }

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