Html Css Color HEX #013DEB Navy Blue

📋 copy color: '#013DEB'

red 1 ◦ green 61 ◦ blue 235

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

Shades of Navy Blue #013DEB

Tints of Navy Blue #013DEB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

 BLUE value IS 235 (92.19% from 255) = 79.12%

R = 0.34%
G = 20.54%
B = 79.12%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#013DEB (or 0x013DEB) is known color: Navy Blue. HEX triplet: 01, 3D and EB. RGB value is (1,61,235). Sum of RGB (Red+Green+Blue) = 1+61+235=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #013DEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DEB is #FEC214. Grayscale: #3E3E3E. Windows color (decimal): -16695829 or 15416577. OLE color: 15416577.

HSL color Cylindrical-coordinate representation of color #013DEB: hue angle of 224.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013DEB is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 61 235 -
CMYK 1.00 0.74 0 0.08
HSL 224.62º 0.99% 0.46% -
HSV(B) 224.62º 1% 0.92% -
XYZ 16.68 9.34 79.52 -
YUV 62.9 225.12 83.85 -
System Red Green Blue C M Y K H S L
Decimal 1 61 235 1.00 0.74 0 0.08 224.62 0.99 0.46
Hex 1 3D EB 64 4A 0 8 E1 63 2E
Octal 1 75 353 144 112 0 10 341 143 56
Binary 1 111101 11101011 1100100 1001010 0 1000 11100001 1100011 101110

Color Harmonies of #013DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DEB

Black with #013DEB

Text Example


Text Example

White with #013DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013DEB; }

 p { color: rgb(1,61,235); }

 H1.HeaderClassName
 {
   color: #013DEB;
 }
 .AnyTagClassName
 {
   color: #013DEB;
 }
</style>

background-color css

<style>
 a { background-color: #013DEB; }

 a { background-color: rgb(1,61,235); }

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

border-color css

<style>
 span { border-color: #013DEB; }

 span { border-color: rgb(1,61,235); }

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