Html Css Color HEX #0152DF Navy Blue

📋 copy color: '#0152DF'

red 1 ◦ green 82 ◦ blue 223

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

Shades of Navy Blue #0152DF

Tints of Navy Blue #0152DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.88%

R = 0.33%
G = 26.8%
B = 72.88%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0152DF (or 0x0152DF) is known color: Navy Blue. HEX triplet: 01, 52 and DF. RGB value is (1,82,223). Sum of RGB (Red+Green+Blue) = 1+82+223=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #0152DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152DF is #FEAD20. Grayscale: #494949. Windows color (decimal): -16690465 or 14635521. OLE color: 14635521.

HSL color Cylindrical-coordinate representation of color #0152DF: hue angle of 218.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152DF is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 82 223 -
CMYK 1.00 0.63 0 0.13
HSL 218.11º 0.99% 0.44% -
HSV(B) 218.11º 1% 0.87% -
XYZ 16.35 11.37 71.14 -
YUV 73.86 212.16 76.04 -
System Red Green Blue C M Y K H S L
Decimal 1 82 223 1.00 0.63 0 0.13 218.11 0.99 0.44
Hex 1 52 DF 64 3F 0 D DA 63 2C
Octal 1 122 337 144 77 0 15 332 143 54
Binary 1 1010010 11011111 1100100 111111 0 1101 11011010 1100011 101100

Color Harmonies of #0152DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0152DF

Black with #0152DF

Text Example


Text Example

White with #0152DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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