Html Css Color HEX #0152FE Navy Blue

📋 copy color: '#0152FE'

red 1 ◦ green 82 ◦ blue 254

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

Shades of Navy Blue #0152FE

Tints of Navy Blue #0152FE

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 82 (32.42% from 255) = 24.33%

 BLUE value IS 254 (99.61% from 255) = 75.37%

R = 0.3%
G = 24.33%
B = 75.37%

CMYK

 C value IS 1.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0152FE (or 0x0152FE) is known color: Navy Blue. HEX triplet: 01, 52 and FE. RGB value is (1,82,254). Sum of RGB (Red+Green+Blue) = 1+82+254=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #0152FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0152FE is #FEAD01. Grayscale: #4C4C4C. Windows color (decimal): -16690434 or 16667137. OLE color: 16667137.

HSL color Cylindrical-coordinate representation of color #0152FE: hue angle of 220.79º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152FE is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 82 254 -
CMYK 1.00 0.68 0 0.00
HSL 220.79º 0.99% 0.5% -
HSV(B) 220.79º 1% 1% -
XYZ 20.92 13.2 95.21 -
YUV 77.39 227.66 73.51 -
System Red Green Blue C M Y K H S L
Decimal 1 82 254 1.00 0.68 0 0.00 220.79 0.99 0.5
Hex 1 52 FE 64 44 0 0 DD 63 32
Octal 1 122 376 144 104 0 0 335 143 62
Binary 1 1010010 11111110 1100100 1000100 0 0 11011101 1100011 110010

Color Harmonies of #0152FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0152FE

Black with #0152FE

Text Example


Text Example

White with #0152FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0152FE; }

 p { color: rgb(1,82,254); }

 H1.HeaderClassName
 {
   color: #0152FE;
 }
 .AnyTagClassName
 {
   color: #0152FE;
 }
</style>

background-color css

<style>
 a { background-color: #0152FE; }

 a { background-color: rgb(1,82,254); }

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

border-color css

<style>
 span { border-color: #0152FE; }

 span { border-color: rgb(1,82,254); }

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