Html Css Color HEX #0367EB Navy Blue

📋 copy color: '#0367EB'

red 3 ◦ green 103 ◦ blue 235

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

Shades of Navy Blue #0367EB

Tints of Navy Blue #0367EB

RGB

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

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

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

R = 0.88%
G = 30.21%
B = 68.91%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0367EB (or 0x0367EB) is known color: Navy Blue. HEX triplet: 03, 67 and EB. RGB value is (3,103,235). Sum of RGB (Red+Green+Blue) = 3+103+235=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #0367EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0367EB is #FC9814. Grayscale: #575757. Windows color (decimal): -16554005 or 15427331. OLE color: 15427331.

HSL color Cylindrical-coordinate representation of color #0367EB: hue angle of 214.14º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0367EB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 103 235 -
CMYK 0.99 0.56 0 0.08
HSL 214.14º 0.97% 0.47% -
HSV(B) 214.14º 0.99% 0.92% -
XYZ 19.88 15.72 80.58 -
YUV 88.15 210.87 67.27 -
System Red Green Blue C M Y K H S L
Decimal 3 103 235 0.99 0.56 0 0.08 214.14 0.97 0.47
Hex 3 67 EB 63 38 0 8 D6 61 2F
Octal 3 147 353 143 70 0 10 326 141 57
Binary 11 1100111 11101011 1100011 111000 0 1000 11010110 1100001 101111

Color Harmonies of #0367EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367EB

Black with #0367EB

Text Example


Text Example

White with #0367EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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