Html Css Color HEX #0370EB Navy Blue

📋 copy color: '#0370EB'

red 3 ◦ green 112 ◦ blue 235

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

Shades of Navy Blue #0370EB

Tints of Navy Blue #0370EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 0.86%
G = 32%
B = 67.14%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0370EB (or 0x0370EB) is known color: Navy Blue. HEX triplet: 03, 70 and EB. RGB value is (3,112,235). Sum of RGB (Red+Green+Blue) = 3+112+235=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #0370EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0370EB is #FC8F14. Grayscale: #5C5C5C. Windows color (decimal): -16551701 or 15429635. OLE color: 15429635.

HSL color Cylindrical-coordinate representation of color #0370EB: hue angle of 211.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0370EB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 112 235 -
CMYK 0.99 0.52 0 0.08
HSL 211.81º 0.97% 0.47% -
HSV(B) 211.81º 0.99% 0.92% -
XYZ 20.83 17.61 80.9 -
YUV 93.43 207.89 63.5 -
System Red Green Blue C M Y K H S L
Decimal 3 112 235 0.99 0.52 0 0.08 211.81 0.97 0.47
Hex 3 70 EB 63 34 0 8 D4 61 2F
Octal 3 160 353 143 64 0 10 324 141 57
Binary 11 1110000 11101011 1100011 110100 0 1000 11010100 1100001 101111

Color Harmonies of #0370EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0370EB

Black with #0370EB

Text Example


Text Example

White with #0370EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0370EB; }

 p { color: rgb(3,112,235); }

 H1.HeaderClassName
 {
   color: #0370EB;
 }
 .AnyTagClassName
 {
   color: #0370EB;
 }
</style>

background-color css

<style>
 a { background-color: #0370EB; }

 a { background-color: rgb(3,112,235); }

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

border-color css

<style>
 span { border-color: #0370EB; }

 span { border-color: rgb(3,112,235); }

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