Html Css Color HEX #0374E2 Navy Blue

📋 copy color: '#0374E2'

red 3 ◦ green 116 ◦ blue 226

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

Shades of Navy Blue #0374E2

Tints of Navy Blue #0374E2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 226 (88.67% from 255) = 65.51%

R = 0.87%
G = 33.62%
B = 65.51%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0374E2 (or 0x0374E2) is known color: Navy Blue. HEX triplet: 03, 74 and E2. RGB value is (3,116,226). Sum of RGB (Red+Green+Blue) = 3+116+226=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 226 (88.67% from 255 or 65.51% from 345); Max value from RGB is 226 - color contains mainly: blue. Hex color #0374E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374E2 is #FC8B1D. Grayscale: #5E5E5E. Windows color (decimal): -16550686 or 14840835. OLE color: 14840835.

HSL color Cylindrical-coordinate representation of color #0374E2: hue angle of 209.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0374E2 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 3 116 226 -
CMYK 0.99 0.49 0 0.11
HSL 209.6º 0.97% 0.45% -
HSV(B) 209.6º 0.99% 0.89% -
XYZ 20.01 18 74.37 -
YUV 94.75 202.06 62.56 -
System Red Green Blue C M Y K H S L
Decimal 3 116 226 0.99 0.49 0 0.11 209.6 0.97 0.45
Hex 3 74 E2 63 31 0 B D2 61 2D
Octal 3 164 342 143 61 0 13 322 141 55
Binary 11 1110100 11100010 1100011 110001 0 1011 11010010 1100001 101101

Color Harmonies of #0374E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0374E2

Black with #0374E2

Text Example


Text Example

White with #0374E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0374E2; }

 p { color: rgb(3,116,226); }

 H1.HeaderClassName
 {
   color: #0374E2;
 }
 .AnyTagClassName
 {
   color: #0374E2;
 }
</style>

background-color css

<style>
 a { background-color: #0374E2; }

 a { background-color: rgb(3,116,226); }

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

border-color css

<style>
 span { border-color: #0374E2; }

 span { border-color: rgb(3,116,226); }

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