Html Css Color HEX #0348EC Navy Blue

📋 copy color: '#0348EC'

red 3 ◦ green 72 ◦ blue 236

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

Shades of Navy Blue #0348EC

Tints of Navy Blue #0348EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.88%

R = 0.96%
G = 23.15%
B = 75.88%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0348EC (or 0x0348EC) is known color: Navy Blue. HEX triplet: 03, 48 and EC. RGB value is (3,72,236). Sum of RGB (Red+Green+Blue) = 3+72+236=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 236 (92.58% from 255 or 75.88% from 311); Max value from RGB is 236 - color contains mainly: blue. Hex color #0348EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0348EC is #FCB713. Grayscale: #454545. Windows color (decimal): -16561940 or 15484931. OLE color: 15484931.

HSL color Cylindrical-coordinate representation of color #0348EC: hue angle of 222.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348EC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 72 236 -
CMYK 0.99 0.69 0 0.07
HSL 222.23º 0.97% 0.47% -
HSV(B) 222.23º 0.99% 0.93% -
XYZ 17.5 10.71 80.5 -
YUV 70.07 221.64 80.16 -
System Red Green Blue C M Y K H S L
Decimal 3 72 236 0.99 0.69 0 0.07 222.23 0.97 0.47
Hex 3 48 EC 63 45 0 7 DE 61 2F
Octal 3 110 354 143 105 0 7 336 141 57
Binary 11 1001000 11101100 1100011 1000101 0 111 11011110 1100001 101111

Color Harmonies of #0348EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348EC

Black with #0348EC

Text Example


Text Example

White with #0348EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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