Html Css Color HEX #0368EA Navy Blue

📋 copy color: '#0368EA'

red 3 ◦ green 104 ◦ blue 234

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

Shades of Navy Blue #0368EA

Tints of Navy Blue #0368EA

RGB

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

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

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

R = 0.88%
G = 30.5%
B = 68.62%

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

#0368EA (or 0x0368EA) is known color: Navy Blue. HEX triplet: 03, 68 and EA. RGB value is (3,104,234). Sum of RGB (Red+Green+Blue) = 3+104+234=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #0368EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0368EA is #FC9715. Grayscale: #585858. Windows color (decimal): -16553750 or 15362051. OLE color: 15362051.

HSL color Cylindrical-coordinate representation of color #0368EA: hue angle of 213.77º 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 #0368EA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 104 234 -
CMYK 0.99 0.56 0 0.08
HSL 213.77º 0.97% 0.46% -
HSV(B) 213.77º 0.99% 0.92% -
XYZ 19.84 15.86 79.86 -
YUV 88.62 210.04 66.93 -
System Red Green Blue C M Y K H S L
Decimal 3 104 234 0.99 0.56 0 0.08 213.77 0.97 0.46
Hex 3 68 EA 63 38 0 8 D6 61 2E
Octal 3 150 352 143 70 0 10 326 141 56
Binary 11 1101000 11101010 1100011 111000 0 1000 11010110 1100001 101110

Color Harmonies of #0368EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0368EA

Black with #0368EA

Text Example


Text Example

White with #0368EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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