Html Css Color HEX #0145EB Navy Blue

📋 copy color: '#0145EB'

red 1 ◦ green 69 ◦ blue 235

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

Shades of Navy Blue #0145EB

Tints of Navy Blue #0145EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

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

R = 0.33%
G = 22.62%
B = 77.05%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0145EB (or 0x0145EB) is known color: Navy Blue. HEX triplet: 01, 45 and EB. RGB value is (1,69,235). Sum of RGB (Red+Green+Blue) = 1+69+235=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #0145EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0145EB is #FEBA14. Grayscale: #424242. Windows color (decimal): -16693781 or 15418625. OLE color: 15418625.

HSL color Cylindrical-coordinate representation of color #0145EB: hue angle of 222.56º 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 #0145EB is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 69 235 -
CMYK 1.00 0.71 0 0.08
HSL 222.56º 0.99% 0.46% -
HSV(B) 222.56º 1% 0.92% -
XYZ 17.14 10.26 79.67 -
YUV 67.59 222.47 80.5 -
System Red Green Blue C M Y K H S L
Decimal 1 69 235 1.00 0.71 0 0.08 222.56 0.99 0.46
Hex 1 45 EB 64 47 0 8 DF 63 2E
Octal 1 105 353 144 107 0 10 337 143 56
Binary 1 1000101 11101011 1100100 1000111 0 1000 11011111 1100011 101110

Color Harmonies of #0145EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0145EB

Black with #0145EB

Text Example


Text Example

White with #0145EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0145EB; }

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

 H1.HeaderClassName
 {
   color: #0145EB;
 }
 .AnyTagClassName
 {
   color: #0145EB;
 }
</style>

background-color css

<style>
 a { background-color: #0145EB; }

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

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

border-color css

<style>
 span { border-color: #0145EB; }

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

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