Html Css Color HEX #0368EF Navy Blue

📋 copy color: '#0368EF'

red 3 ◦ green 104 ◦ blue 239

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

Shades of Navy Blue #0368EF

Tints of Navy Blue #0368EF

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 0.87%
G = 30.06%
B = 69.08%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0368EF (or 0x0368EF) is known color: Navy Blue. HEX triplet: 03, 68 and EF. RGB value is (3,104,239). Sum of RGB (Red+Green+Blue) = 3+104+239=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #0368EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0368EF is #FC9710. Grayscale: #585858. Windows color (decimal): -16553745 or 15689731. OLE color: 15689731.

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

Color convert

RGB 3 104 239 -
CMYK 0.99 0.56 0 0.06
HSL 214.32º 0.98% 0.47% -
HSV(B) 214.32º 0.99% 0.94% -
XYZ 20.57 16.15 83.69 -
YUV 89.19 212.54 66.52 -
System Red Green Blue C M Y K H S L
Decimal 3 104 239 0.99 0.56 0 0.06 214.32 0.98 0.47
Hex 3 68 EF 63 38 0 6 D6 62 2F
Octal 3 150 357 143 70 0 6 326 142 57
Binary 11 1101000 11101111 1100011 111000 0 110 11010110 1100010 101111

Color Harmonies of #0368EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0368EF

Black with #0368EF

Text Example


Text Example

White with #0368EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,104,239); }

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

background-color css

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

 a { background-color: rgb(3,104,239); }

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

border-color css

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

 span { border-color: rgb(3,104,239); }

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