Html Css Color HEX #0263E4 Navy Blue

📋 copy color: '#0263E4'

red 2 ◦ green 99 ◦ blue 228

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

Shades of Navy Blue #0263E4

Tints of Navy Blue #0263E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 69.3%

R = 0.61%
G = 30.09%
B = 69.3%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0263E4 (or 0x0263E4) is known color: Navy Blue. HEX triplet: 02, 63 and E4. RGB value is (2,99,228). Sum of RGB (Red+Green+Blue) = 2+99+228=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 228 (89.45% from 255 or 69.30% from 329); Max value from RGB is 228 - color contains mainly: blue. Hex color #0263E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263E4 is #FD9C1B. Grayscale: #545454. Windows color (decimal): -16620572 or 14967554. OLE color: 14967554.

HSL color Cylindrical-coordinate representation of color #0263E4: hue angle of 214.25º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263E4 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 99 228 -
CMYK 0.99 0.57 0 0.11
HSL 214.25º 0.98% 0.45% -
HSV(B) 214.25º 0.99% 0.89% -
XYZ 18.49 14.54 75.23 -
YUV 84.7 208.86 69.01 -
System Red Green Blue C M Y K H S L
Decimal 2 99 228 0.99 0.57 0 0.11 214.25 0.98 0.45
Hex 2 63 E4 63 39 0 B D6 62 2D
Octal 2 143 344 143 71 0 13 326 142 55
Binary 10 1100011 11100100 1100011 111001 0 1011 11010110 1100010 101101

Color Harmonies of #0263E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263E4

Black with #0263E4

Text Example


Text Example

White with #0263E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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