Html Css Color HEX #0367ED Navy Blue

📋 copy color: '#0367ED'

red 3 ◦ green 103 ◦ blue 237

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

Shades of Navy Blue #0367ED

Tints of Navy Blue #0367ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 0.87%
G = 30.03%
B = 69.1%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0367ED (or 0x0367ED) is known color: Navy Blue. HEX triplet: 03, 67 and ED. RGB value is (3,103,237). Sum of RGB (Red+Green+Blue) = 3+103+237=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #0367ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0367ED is #FC9812. Grayscale: #575757. Windows color (decimal): -16554003 or 15558403. OLE color: 15558403.

HSL color Cylindrical-coordinate representation of color #0367ED: hue angle of 214.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0367ED is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 103 237 -
CMYK 0.99 0.57 0 0.07
HSL 214.36º 0.98% 0.47% -
HSV(B) 214.36º 0.99% 0.93% -
XYZ 20.17 15.83 82.11 -
YUV 88.38 211.87 67.1 -
System Red Green Blue C M Y K H S L
Decimal 3 103 237 0.99 0.57 0 0.07 214.36 0.98 0.47
Hex 3 67 ED 63 39 0 7 D6 62 2F
Octal 3 147 355 143 71 0 7 326 142 57
Binary 11 1100111 11101101 1100011 111001 0 111 11010110 1100010 101111

Color Harmonies of #0367ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367ED

Black with #0367ED

Text Example


Text Example

White with #0367ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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