Html Css Color HEX #0348CC Navy Blue

📋 copy color: '#0348CC'

red 3 ◦ green 72 ◦ blue 204

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

Shades of Navy Blue #0348CC

Tints of Navy Blue #0348CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.12%

R = 1.08%
G = 25.81%
B = 73.12%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0348CC (or 0x0348CC) is known color: Navy Blue. HEX triplet: 03, 48 and CC. RGB value is (3,72,204). Sum of RGB (Red+Green+Blue) = 3+72+204=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #0348CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348CC is #FCB733. Grayscale: #414141. Windows color (decimal): -16561972 or 13387779. OLE color: 13387779.

HSL color Cylindrical-coordinate representation of color #0348CC: hue angle of 219.4º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348CC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 72 204 -
CMYK 0.99 0.65 0 0.2
HSL 219.4º 0.97% 0.41% -
HSV(B) 219.4º 0.99% 0.8% -
XYZ 13.25 9.01 58.17 -
YUV 66.42 205.64 82.77 -
System Red Green Blue C M Y K H S L
Decimal 3 72 204 0.99 0.65 0 0.2 219.4 0.97 0.41
Hex 3 48 CC 63 41 0 14 DB 61 29
Octal 3 110 314 143 101 0 24 333 141 51
Binary 11 1001000 11001100 1100011 1000001 0 10100 11011011 1100001 101001

Color Harmonies of #0348CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348CC

Black with #0348CC

Text Example


Text Example

White with #0348CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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