Html Css Color HEX #0153DE Navy Blue

📋 copy color: '#0153DE'

red 1 ◦ green 83 ◦ blue 222

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

Shades of Navy Blue #0153DE

Tints of Navy Blue #0153DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 222 (87.11% from 255) = 72.55%

R = 0.33%
G = 27.12%
B = 72.55%

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

#0153DE (or 0x0153DE) is known color: Navy Blue. HEX triplet: 01, 53 and DE. RGB value is (1,83,222). Sum of RGB (Red+Green+Blue) = 1+83+222=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #0153DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153DE is #FEAC21. Grayscale: #494949. Windows color (decimal): -16690210 or 14570241. OLE color: 14570241.

HSL color Cylindrical-coordinate representation of color #0153DE: hue angle of 217.74º 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 #0153DE is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 83 222 -
CMYK 1.00 0.63 0 0.13
HSL 217.74º 0.99% 0.44% -
HSV(B) 217.74º 1% 0.87% -
XYZ 16.29 11.47 70.46 -
YUV 74.33 211.33 75.7 -
System Red Green Blue C M Y K H S L
Decimal 1 83 222 1.00 0.63 0 0.13 217.74 0.99 0.44
Hex 1 53 DE 64 3F 0 D DA 63 2C
Octal 1 123 336 144 77 0 15 332 143 54
Binary 1 1010011 11011110 1100100 111111 0 1101 11011010 1100011 101100

Color Harmonies of #0153DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0153DE

Black with #0153DE

Text Example


Text Example

White with #0153DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0153DE; }

 p { color: rgb(1,83,222); }

 H1.HeaderClassName
 {
   color: #0153DE;
 }
 .AnyTagClassName
 {
   color: #0153DE;
 }
</style>

background-color css

<style>
 a { background-color: #0153DE; }

 a { background-color: rgb(1,83,222); }

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

border-color css

<style>
 span { border-color: #0153DE; }

 span { border-color: rgb(1,83,222); }

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