Html Css Color HEX #0366EA Navy Blue

📋 copy color: '#0366EA'

red 3 ◦ green 102 ◦ blue 234

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

Shades of Navy Blue #0366EA

Tints of Navy Blue #0366EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 234 (91.8% from 255) = 69.03%

R = 0.88%
G = 30.09%
B = 69.03%

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

#0366EA (or 0x0366EA) is known color: Navy Blue. HEX triplet: 03, 66 and EA. RGB value is (3,102,234). Sum of RGB (Red+Green+Blue) = 3+102+234=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #0366EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366EA is #FC9915. Grayscale: #565656. Windows color (decimal): -16554262 or 15361539. OLE color: 15361539.

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

Color convert

RGB 3 102 234 -
CMYK 0.99 0.56 0 0.08
HSL 214.29º 0.97% 0.46% -
HSV(B) 214.29º 0.99% 0.92% -
XYZ 19.64 15.46 79.79 -
YUV 87.45 210.7 67.77 -
System Red Green Blue C M Y K H S L
Decimal 3 102 234 0.99 0.56 0 0.08 214.29 0.97 0.46
Hex 3 66 EA 63 38 0 8 D6 61 2E
Octal 3 146 352 143 70 0 10 326 141 56
Binary 11 1100110 11101010 1100011 111000 0 1000 11010110 1100001 101110

Color Harmonies of #0366EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366EA

Black with #0366EA

Text Example


Text Example

White with #0366EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0366EA; }

 p { color: rgb(3,102,234); }

 H1.HeaderClassName
 {
   color: #0366EA;
 }
 .AnyTagClassName
 {
   color: #0366EA;
 }
</style>

background-color css

<style>
 a { background-color: #0366EA; }

 a { background-color: rgb(3,102,234); }

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

border-color css

<style>
 span { border-color: #0366EA; }

 span { border-color: rgb(3,102,234); }

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