Html Css Color HEX #0348DA Navy Blue

📋 copy color: '#0348DA'

red 3 ◦ green 72 ◦ blue 218

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

Shades of Navy Blue #0348DA

Tints of Navy Blue #0348DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 74.4%

R = 1.02%
G = 24.57%
B = 74.4%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0348DA (or 0x0348DA) is known color: Navy Blue. HEX triplet: 03, 48 and DA. RGB value is (3,72,218). Sum of RGB (Red+Green+Blue) = 3+72+218=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #0348DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348DA is #FCB725. Grayscale: #434343. Windows color (decimal): -16561958 or 14305283. OLE color: 14305283.

HSL color Cylindrical-coordinate representation of color #0348DA: hue angle of 220.74º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348DA is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 72 218 -
CMYK 0.99 0.67 0 0.15
HSL 220.74º 0.97% 0.43% -
HSV(B) 220.74º 0.99% 0.85% -
XYZ 15.01 9.72 67.41 -
YUV 68.01 212.64 81.63 -
System Red Green Blue C M Y K H S L
Decimal 3 72 218 0.99 0.67 0 0.15 220.74 0.97 0.43
Hex 3 48 DA 63 43 0 F DD 61 2B
Octal 3 110 332 143 103 0 17 335 141 53
Binary 11 1001000 11011010 1100011 1000011 0 1111 11011101 1100001 101011

Color Harmonies of #0348DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348DA

Black with #0348DA

Text Example


Text Example

White with #0348DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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