Html Css Color HEX #0146ED Navy Blue

📋 copy color: '#0146ED'

red 1 ◦ green 70 ◦ blue 237

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

Shades of Navy Blue #0146ED

Tints of Navy Blue #0146ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 237 (92.97% from 255) = 76.95%

R = 0.32%
G = 22.73%
B = 76.95%

CMYK

 C value IS 1.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0146ED (or 0x0146ED) is known color: Navy Blue. HEX triplet: 01, 46 and ED. RGB value is (1,70,237). Sum of RGB (Red+Green+Blue) = 1+70+237=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #0146ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0146ED is #FEB912. Grayscale: #434343. Windows color (decimal): -16693523 or 15549953. OLE color: 15549953.

HSL color Cylindrical-coordinate representation of color #0146ED: hue angle of 222.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0146ED is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 70 237 -
CMYK 1.00 0.70 0 0.07
HSL 222.46º 0.99% 0.47% -
HSV(B) 222.46º 1% 0.93% -
XYZ 17.49 10.5 81.23 -
YUV 68.41 223.14 79.92 -
System Red Green Blue C M Y K H S L
Decimal 1 70 237 1.00 0.70 0 0.07 222.46 0.99 0.47
Hex 1 46 ED 64 46 0 7 DE 63 2F
Octal 1 106 355 144 106 0 7 336 143 57
Binary 1 1000110 11101101 1100100 1000110 0 111 11011110 1100011 101111

Color Harmonies of #0146ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0146ED

Black with #0146ED

Text Example


Text Example

White with #0146ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0146ED; }

 p { color: rgb(1,70,237); }

 H1.HeaderClassName
 {
   color: #0146ED;
 }
 .AnyTagClassName
 {
   color: #0146ED;
 }
</style>

background-color css

<style>
 a { background-color: #0146ED; }

 a { background-color: rgb(1,70,237); }

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

border-color css

<style>
 span { border-color: #0146ED; }

 span { border-color: rgb(1,70,237); }

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