Html Css Color HEX #0262F1 Navy Blue

📋 copy color: '#0262F1'

red 2 ◦ green 98 ◦ blue 241

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

Shades of Navy Blue #0262F1

Tints of Navy Blue #0262F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

 BLUE value IS 241 (94.53% from 255) = 70.67%

R = 0.59%
G = 28.74%
B = 70.67%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0262F1 (or 0x0262F1) is known color: Navy Blue. HEX triplet: 02, 62 and F1. RGB value is (2,98,241). Sum of RGB (Red+Green+Blue) = 2+98+241=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #0262F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0262F1 is #FD9D0E. Grayscale: #545454. Windows color (decimal): -16620815 or 15819266. OLE color: 15819266.

HSL color Cylindrical-coordinate representation of color #0262F1: hue angle of 215.9º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262F1 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 98 241 -
CMYK 0.99 0.59 0 0.05
HSL 215.9º 0.98% 0.48% -
HSV(B) 215.9º 0.99% 0.95% -
XYZ 20.27 15.1 85.07 -
YUV 85.6 215.7 68.37 -
System Red Green Blue C M Y K H S L
Decimal 2 98 241 0.99 0.59 0 0.05 215.9 0.98 0.48
Hex 2 62 F1 63 3B 0 5 D8 62 30
Octal 2 142 361 143 73 0 5 330 142 60
Binary 10 1100010 11110001 1100011 111011 0 101 11011000 1100010 110000

Color Harmonies of #0262F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0262F1

Black with #0262F1

Text Example


Text Example

White with #0262F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0262F1; }

 p { color: rgb(2,98,241); }

 H1.HeaderClassName
 {
   color: #0262F1;
 }
 .AnyTagClassName
 {
   color: #0262F1;
 }
</style>

background-color css

<style>
 a { background-color: #0262F1; }

 a { background-color: rgb(2,98,241); }

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

border-color css

<style>
 span { border-color: #0262F1; }

 span { border-color: rgb(2,98,241); }

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