Html Css Color HEX #0374BC Navy Blue

📋 copy color: '#0374BC'

red 3 ◦ green 116 ◦ blue 188

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

Shades of Navy Blue #0374BC

Tints of Navy Blue #0374BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 0.98%
G = 37.79%
B = 61.24%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0374BC (or 0x0374BC) is known color: Navy Blue. HEX triplet: 03, 74 and BC. RGB value is (3,116,188). Sum of RGB (Red+Green+Blue) = 3+116+188=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #0374BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374BC is #FC8B43. Grayscale: #5A5A5A. Windows color (decimal): -16550724 or 12350467. OLE color: 12350467.

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

Color convert

RGB 3 116 188 -
CMYK 0.98 0.38 0 0.26
HSL 203.35º 0.97% 0.37% -
HSV(B) 203.35º 0.98% 0.74% -
XYZ 15.36 16.14 49.88 -
YUV 90.42 183.06 65.65 -
System Red Green Blue C M Y K H S L
Decimal 3 116 188 0.98 0.38 0 0.26 203.35 0.97 0.37
Hex 3 74 BC 62 26 0 1A CB 61 25
Octal 3 164 274 142 46 0 32 313 141 45
Binary 11 1110100 10111100 1100010 100110 0 11010 11001011 1100001 100101

Color Harmonies of #0374BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0374BC

Black with #0374BC

Text Example


Text Example

White with #0374BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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