Html Css Color HEX #0145EF Navy Blue

📋 copy color: '#0145EF'

red 1 ◦ green 69 ◦ blue 239

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

Shades of Navy Blue #0145EF

Tints of Navy Blue #0145EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.35%

R = 0.32%
G = 22.33%
B = 77.35%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0145EF (or 0x0145EF) is known color: Navy Blue. HEX triplet: 01, 45 and EF. RGB value is (1,69,239). Sum of RGB (Red+Green+Blue) = 1+69+239=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #0145EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0145EF is #FEBA10. Grayscale: #434343. Windows color (decimal): -16693777 or 15680769. OLE color: 15680769.

HSL color Cylindrical-coordinate representation of color #0145EF: hue angle of 222.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0145EF is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 69 239 -
CMYK 1.00 0.71 0 0.06
HSL 222.86º 0.99% 0.47% -
HSV(B) 222.86º 1% 0.94% -
XYZ 17.72 10.49 82.75 -
YUV 68.05 224.47 80.18 -
System Red Green Blue C M Y K H S L
Decimal 1 69 239 1.00 0.71 0 0.06 222.86 0.99 0.47
Hex 1 45 EF 64 47 0 6 DF 63 2F
Octal 1 105 357 144 107 0 6 337 143 57
Binary 1 1000101 11101111 1100100 1000111 0 110 11011111 1100011 101111

Color Harmonies of #0145EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0145EF

Black with #0145EF

Text Example


Text Example

White with #0145EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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