Html Css Color HEX #0374BF Navy Blue

📋 copy color: '#0374BF'

red 3 ◦ green 116 ◦ blue 191

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

Shades of Navy Blue #0374BF

Tints of Navy Blue #0374BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.61%

R = 0.97%
G = 37.42%
B = 61.61%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0374BF (or 0x0374BF) is known color: Navy Blue. HEX triplet: 03, 74 and BF. RGB value is (3,116,191). Sum of RGB (Red+Green+Blue) = 3+116+191=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #0374BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374BF is #FC8B40. Grayscale: #5A5A5A. Windows color (decimal): -16550721 or 12547075. OLE color: 12547075.

HSL color Cylindrical-coordinate representation of color #0374BF: hue angle of 203.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0374BF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 116 191 -
CMYK 0.98 0.39 0 0.25
HSL 203.94º 0.97% 0.38% -
HSV(B) 203.94º 0.98% 0.75% -
XYZ 15.69 16.27 51.6 -
YUV 90.76 184.56 65.4 -
System Red Green Blue C M Y K H S L
Decimal 3 116 191 0.98 0.39 0 0.25 203.94 0.97 0.38
Hex 3 74 BF 62 27 0 19 CC 61 26
Octal 3 164 277 142 47 0 31 314 141 46
Binary 11 1110100 10111111 1100010 100111 0 11001 11001100 1100001 100110

Color Harmonies of #0374BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0374BF

Black with #0374BF

Text Example


Text Example

White with #0374BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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