Html Css Color HEX #0250E9 Navy Blue

📋 copy color: '#0250E9'

red 2 ◦ green 80 ◦ blue 233

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

Shades of Navy Blue #0250E9

Tints of Navy Blue #0250E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 233 (91.41% from 255) = 73.97%

R = 0.63%
G = 25.4%
B = 73.97%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0250E9 (or 0x0250E9) is known color: Navy Blue. HEX triplet: 02, 50 and E9. RGB value is (2,80,233). Sum of RGB (Red+Green+Blue) = 2+80+233=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 233 (91.41% from 255 or 73.97% from 315); Max value from RGB is 233 - color contains mainly: blue. Hex color #0250E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250E9 is #FDAF16. Grayscale: #494949. Windows color (decimal): -16625431 or 15290370. OLE color: 15290370.

HSL color Cylindrical-coordinate representation of color #0250E9: hue angle of 219.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250E9 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 80 233 -
CMYK 0.99 0.66 0 0.09
HSL 219.74º 0.98% 0.46% -
HSV(B) 219.74º 0.99% 0.91% -
XYZ 17.6 11.63 78.41 -
YUV 74.12 217.66 76.56 -
System Red Green Blue C M Y K H S L
Decimal 2 80 233 0.99 0.66 0 0.09 219.74 0.98 0.46
Hex 2 50 E9 63 42 0 9 DC 62 2E
Octal 2 120 351 143 102 0 11 334 142 56
Binary 10 1010000 11101001 1100011 1000010 0 1001 11011100 1100010 101110

Color Harmonies of #0250E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250E9

Black with #0250E9

Text Example


Text Example

White with #0250E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0250E9; }

 p { color: rgb(2,80,233); }

 H1.HeaderClassName
 {
   color: #0250E9;
 }
 .AnyTagClassName
 {
   color: #0250E9;
 }
</style>

background-color css

<style>
 a { background-color: #0250E9; }

 a { background-color: rgb(2,80,233); }

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

border-color css

<style>
 span { border-color: #0250E9; }

 span { border-color: rgb(2,80,233); }

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