Html Css Color HEX #0367EF Navy Blue

📋 copy color: '#0367EF'

red 3 ◦ green 103 ◦ blue 239

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

Shades of Navy Blue #0367EF

Tints of Navy Blue #0367EF

RGB

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

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

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

R = 0.87%
G = 29.86%
B = 69.28%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0367EF (or 0x0367EF) is known color: Navy Blue. HEX triplet: 03, 67 and EF. RGB value is (3,103,239). Sum of RGB (Red+Green+Blue) = 3+103+239=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #0367EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0367EF is #FC9810. Grayscale: #575757. Windows color (decimal): -16554001 or 15689475. OLE color: 15689475.

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

Color convert

RGB 3 103 239 -
CMYK 0.99 0.57 0 0.06
HSL 214.58º 0.98% 0.47% -
HSV(B) 214.58º 0.99% 0.94% -
XYZ 20.47 15.95 83.66 -
YUV 88.6 212.87 66.94 -
System Red Green Blue C M Y K H S L
Decimal 3 103 239 0.99 0.57 0 0.06 214.58 0.98 0.47
Hex 3 67 EF 63 39 0 6 D7 62 2F
Octal 3 147 357 143 71 0 6 327 142 57
Binary 11 1100111 11101111 1100011 111001 0 110 11010111 1100010 101111

Color Harmonies of #0367EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367EF

Black with #0367EF

Text Example


Text Example

White with #0367EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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