Html Css Color HEX #0263BC Navy Blue

📋 copy color: '#0263BC'

red 2 ◦ green 99 ◦ blue 188

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

Shades of Navy Blue #0263BC

Tints of Navy Blue #0263BC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

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

R = 0.69%
G = 34.26%
B = 65.05%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0263BC (or 0x0263BC) is known color: Navy Blue. HEX triplet: 02, 63 and BC. RGB value is (2,99,188). Sum of RGB (Red+Green+Blue) = 2+99+188=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #0263BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263BC is #FD9C43. Grayscale: #4F4F4F. Windows color (decimal): -16620612 or 12346114. OLE color: 12346114.

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

Color convert

RGB 2 99 188 -
CMYK 0.99 0.47 0 0.26
HSL 208.71º 0.98% 0.37% -
HSV(B) 208.71º 0.99% 0.74% -
XYZ 13.56 12.57 49.29 -
YUV 80.14 188.86 72.26 -
System Red Green Blue C M Y K H S L
Decimal 2 99 188 0.99 0.47 0 0.26 208.71 0.98 0.37
Hex 2 63 BC 63 2F 0 1A D1 62 25
Octal 2 143 274 143 57 0 32 321 142 45
Binary 10 1100011 10111100 1100011 101111 0 11010 11010001 1100010 100101

Color Harmonies of #0263BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263BC

Black with #0263BC

Text Example


Text Example

White with #0263BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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