Html Css Color HEX #0348EF Navy Blue

📋 copy color: '#0348EF'

red 3 ◦ green 72 ◦ blue 239

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

Shades of Navy Blue #0348EF

Tints of Navy Blue #0348EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 76.11%

R = 0.96%
G = 22.93%
B = 76.11%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0348EF (or 0x0348EF) is known color: Navy Blue. HEX triplet: 03, 48 and EF. RGB value is (3,72,239). Sum of RGB (Red+Green+Blue) = 3+72+239=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #0348EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0348EF is #FCB710. Grayscale: #454545. Windows color (decimal): -16561937 or 15681539. OLE color: 15681539.

HSL color Cylindrical-coordinate representation of color #0348EF: hue angle of 222.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348EF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 72 239 -
CMYK 0.99 0.70 0 0.06
HSL 222.46º 0.98% 0.47% -
HSV(B) 222.46º 0.99% 0.94% -
XYZ 17.93 10.89 82.82 -
YUV 70.41 223.14 79.92 -
System Red Green Blue C M Y K H S L
Decimal 3 72 239 0.99 0.70 0 0.06 222.46 0.98 0.47
Hex 3 48 EF 63 46 0 6 DE 62 2F
Octal 3 110 357 143 106 0 6 336 142 57
Binary 11 1001000 11101111 1100011 1000110 0 110 11011110 1100010 101111

Color Harmonies of #0348EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348EF

Black with #0348EF

Text Example


Text Example

White with #0348EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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