Html Css Color HEX #0266BD Navy Blue

📋 copy color: '#0266BD'

red 2 ◦ green 102 ◦ blue 189

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

Shades of Navy Blue #0266BD

Tints of Navy Blue #0266BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 0.68%
G = 34.81%
B = 64.51%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0266BD (or 0x0266BD) is known color: Navy Blue. HEX triplet: 02, 66 and BD. RGB value is (2,102,189). Sum of RGB (Red+Green+Blue) = 2+102+189=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #0266BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266BD is #FD9942. Grayscale: #515151. Windows color (decimal): -16619843 or 12412418. OLE color: 12412418.

HSL color Cylindrical-coordinate representation of color #0266BD: hue angle of 207.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266BD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 102 189 -
CMYK 0.99 0.46 0 0.26
HSL 207.91º 0.98% 0.37% -
HSV(B) 207.91º 0.99% 0.74% -
XYZ 13.96 13.19 49.95 -
YUV 82.02 188.37 70.93 -
System Red Green Blue C M Y K H S L
Decimal 2 102 189 0.99 0.46 0 0.26 207.91 0.98 0.37
Hex 2 66 BD 63 2E 0 1A D0 62 25
Octal 2 146 275 143 56 0 32 320 142 45
Binary 10 1100110 10111101 1100011 101110 0 11010 11010000 1100010 100101

Color Harmonies of #0266BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266BD

Black with #0266BD

Text Example


Text Example

White with #0266BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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