Html Css Color HEX #0348EB Navy Blue

📋 copy color: '#0348EB'

red 3 ◦ green 72 ◦ blue 235

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

Shades of Navy Blue #0348EB

Tints of Navy Blue #0348EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 0.97%
G = 23.23%
B = 75.81%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0348EB (or 0x0348EB) is known color: Navy Blue. HEX triplet: 03, 48 and EB. RGB value is (3,72,235). Sum of RGB (Red+Green+Blue) = 3+72+235=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #0348EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0348EB is #FCB714. Grayscale: #454545. Windows color (decimal): -16561941 or 15419395. OLE color: 15419395.

HSL color Cylindrical-coordinate representation of color #0348EB: hue angle of 222.16º 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 #0348EB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 72 235 -
CMYK 0.99 0.69 0 0.08
HSL 222.16º 0.97% 0.47% -
HSV(B) 222.16º 0.99% 0.92% -
XYZ 17.35 10.65 79.74 -
YUV 69.95 221.14 80.25 -
System Red Green Blue C M Y K H S L
Decimal 3 72 235 0.99 0.69 0 0.08 222.16 0.97 0.47
Hex 3 48 EB 63 45 0 8 DE 61 2F
Octal 3 110 353 143 105 0 10 336 141 57
Binary 11 1001000 11101011 1100011 1000101 0 1000 11011110 1100001 101111

Color Harmonies of #0348EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348EB

Black with #0348EB

Text Example


Text Example

White with #0348EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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