#0252F3

Color #0252F3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0252F3

Tints of Navy Blue #0252F3

Color information

#0252F3 (or 0x0252F3) is unknown color: approx Navy Blue. HEX triplet: 02, 52 and F3. RGB value is (2,82,243). Sum of RGB (Red+Green+Blue) = 2+82+243=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #0252F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0252F3 is #FDAD0C. Grayscale: #4B4B4B. Windows color (decimal): -16624909 or 15946242. OLE color: 15946242.

HSL color Cylindrical-coordinate representation of color #0252F3: hue angle of 220.08º 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 #0252F3 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB282243-
CMYK0.990.6600.05
HSL220.08º98.37%48.04%-
HSV(B)220.08º99.18%95.29%-
XYZ19.2212.5286.2-
YUV76.4322274.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 243 (95.31% from 255) = 74.31%
R=0.61%
G=25.08%
B=74.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2822430.990.6600.05220.0898.3748.04
Hex252F3634205dc6230
Octal21223631431020533414260
Binary10101001011110011110001110000100101110111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0252F3; }

 p { color: rgb(2,82,243); }

 H1.HeaderClassName
 {
   color: #0252F3;
 }
 .AnyTagClassName
 {
   color: #0252F3;
 }
</style>
background-color css

<style>
 a { background-color: #0252F3; }

 a { background-color: rgb(2,82,243); }

 div.DivClassName
 {
   background-color: #0252F3;
 }
 .BgClassName
 {
   background-color: #0252F3;
 }
</style>
border-color css

<style>
 span { border-color: #0252F3; }

 span { border-color: rgb(2,82,243); }

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