Html Css Color HEX #0167EF Navy Blue

📋 copy color: '#0167EF'

red 1 ◦ green 103 ◦ blue 239

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

Shades of Navy Blue #0167EF

Tints of Navy Blue #0167EF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 0.29%
G = 30.03%
B = 69.68%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0167EF (or 0x0167EF) is known color: Navy Blue. HEX triplet: 01, 67 and EF. RGB value is (1,103,239). Sum of RGB (Red+Green+Blue) = 1+103+239=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #0167EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0167EF is #FE9810. Grayscale: #575757. Windows color (decimal): -16685073 or 15689473. OLE color: 15689473.

HSL color Cylindrical-coordinate representation of color #0167EF: hue angle of 214.29º 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 #0167EF is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 103 239 -
CMYK 1.00 0.57 0 0.06
HSL 214.29º 0.99% 0.47% -
HSV(B) 214.29º 1% 0.94% -
XYZ 20.44 15.94 83.66 -
YUV 88.01 213.21 65.94 -
System Red Green Blue C M Y K H S L
Decimal 1 103 239 1.00 0.57 0 0.06 214.29 0.99 0.47
Hex 1 67 EF 64 39 0 6 D6 63 2F
Octal 1 147 357 144 71 0 6 326 143 57
Binary 1 1100111 11101111 1100100 111001 0 110 11010110 1100011 101111

Color Harmonies of #0167EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0167EF

Black with #0167EF

Text Example


Text Example

White with #0167EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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