Html Css Color HEX #0374DB Navy Blue

📋 copy color: '#0374DB'

red 3 ◦ green 116 ◦ blue 219

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

Shades of Navy Blue #0374DB

Tints of Navy Blue #0374DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 0.89%
G = 34.32%
B = 64.79%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0374DB (or 0x0374DB) is known color: Navy Blue. HEX triplet: 03, 74 and DB. RGB value is (3,116,219). Sum of RGB (Red+Green+Blue) = 3+116+219=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #0374DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374DB is #FC8B24. Grayscale: #5D5D5D. Windows color (decimal): -16550693 or 14382083. OLE color: 14382083.

HSL color Cylindrical-coordinate representation of color #0374DB: hue angle of 208.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0374DB is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 116 219 -
CMYK 0.99 0.47 0 0.14
HSL 208.61º 0.97% 0.44% -
HSV(B) 208.61º 0.99% 0.86% -
XYZ 19.07 17.62 69.41 -
YUV 93.96 198.56 63.12 -
System Red Green Blue C M Y K H S L
Decimal 3 116 219 0.99 0.47 0 0.14 208.61 0.97 0.44
Hex 3 74 DB 63 2F 0 E D1 61 2C
Octal 3 164 333 143 57 0 16 321 141 54
Binary 11 1110100 11011011 1100011 101111 0 1110 11010001 1100001 101100

Color Harmonies of #0374DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0374DB

Black with #0374DB

Text Example


Text Example

White with #0374DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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