Html Css Color HEX #0153FA Navy Blue

📋 copy color: '#0153FA'

red 1 ◦ green 83 ◦ blue 250

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

Shades of Navy Blue #0153FA

Tints of Navy Blue #0153FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.85%

R = 0.3%
G = 24.85%
B = 74.85%

CMYK

 C value IS 1.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0153FA (or 0x0153FA) is known color: Navy Blue. HEX triplet: 01, 53 and FA. RGB value is (1,83,250). Sum of RGB (Red+Green+Blue) = 1+83+250=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #0153FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0153FA is #FEAC05. Grayscale: #4C4C4C. Windows color (decimal): -16690182 or 16405249. OLE color: 16405249.

HSL color Cylindrical-coordinate representation of color #0153FA: hue angle of 220.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0153FA is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 83 250 -
CMYK 1.00 0.67 0 0.02
HSL 220.24º 0.99% 0.49% -
HSV(B) 220.24º 1% 0.98% -
XYZ 20.36 13.1 91.9 -
YUV 77.52 225.33 73.42 -
System Red Green Blue C M Y K H S L
Decimal 1 83 250 1.00 0.67 0 0.02 220.24 0.99 0.49
Hex 1 53 FA 64 43 0 2 DC 63 31
Octal 1 123 372 144 103 0 2 334 143 61
Binary 1 1010011 11111010 1100100 1000011 0 10 11011100 1100011 110001

Color Harmonies of #0153FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0153FA

Black with #0153FA

Text Example


Text Example

White with #0153FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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