Html Css Color HEX #0266BC Navy Blue

📋 copy color: '#0266BC'

red 2 ◦ green 102 ◦ blue 188

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

Shades of Navy Blue #0266BC

Tints of Navy Blue #0266BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 0.68%
G = 34.93%
B = 64.38%

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

#0266BC (or 0x0266BC) is known color: Navy Blue. HEX triplet: 02, 66 and BC. RGB value is (2,102,188). Sum of RGB (Red+Green+Blue) = 2+102+188=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #0266BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266BC is #FD9943. Grayscale: #515151. Windows color (decimal): -16619844 or 12346882. OLE color: 12346882.

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

Color convert

RGB 2 102 188 -
CMYK 0.99 0.46 0 0.26
HSL 207.74º 0.98% 0.37% -
HSV(B) 207.74º 0.99% 0.74% -
XYZ 13.85 13.15 49.38 -
YUV 81.9 187.87 71.01 -
System Red Green Blue C M Y K H S L
Decimal 2 102 188 0.99 0.46 0 0.26 207.74 0.98 0.37
Hex 2 66 BC 63 2E 0 1A D0 62 25
Octal 2 146 274 143 56 0 32 320 142 45
Binary 10 1100110 10111100 1100011 101110 0 11010 11010000 1100010 100101

Color Harmonies of #0266BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266BC

Black with #0266BC

Text Example


Text Example

White with #0266BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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