Html Css Color HEX #047BC8 Navy Blue

📋 copy color: '#047BC8'

red 4 ◦ green 123 ◦ blue 200

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

Shades of Navy Blue #047BC8

Tints of Navy Blue #047BC8

RGB

 RED value IS 4 (1.95% from 255) = 1.22%

 GREEN value IS 123 (48.44% from 255) = 37.61%

 BLUE value IS 200 (78.52% from 255) = 61.16%

R = 1.22%
G = 37.61%
B = 61.16%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#047BC8 (or 0x047BC8) is known color: Navy Blue. HEX triplet: 04, 7B and C8. RGB value is (4,123,200). Sum of RGB (Red+Green+Blue) = 4+123+200=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #047BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BC8 is #FB8437. Grayscale: #5F5F5F. Windows color (decimal): -16483384 or 13138692. OLE color: 13138692.

HSL color Cylindrical-coordinate representation of color #047BC8: hue angle of 203.57º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BC8 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 123 200 -
CMYK 0.98 0.38 0 0.22
HSL 203.57º 0.96% 0.4% -
HSV(B) 203.57º 0.98% 0.78% -
XYZ 17.56 18.36 57.26 -
YUV 96.2 186.58 62.24 -
System Red Green Blue C M Y K H S L
Decimal 4 123 200 0.98 0.38 0 0.22 203.57 0.96 0.4
Hex 4 7B C8 62 26 0 16 CC 60 28
Octal 4 173 310 142 46 0 26 314 140 50
Binary 100 1111011 11001000 1100010 100110 0 10110 11001100 1100000 101000

Color Harmonies of #047BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BC8

Black with #047BC8

Text Example


Text Example

White with #047BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047BC8; }

 p { color: rgb(4,123,200); }

 H1.HeaderClassName
 {
   color: #047BC8;
 }
 .AnyTagClassName
 {
   color: #047BC8;
 }
</style>

background-color css

<style>
 a { background-color: #047BC8; }

 a { background-color: rgb(4,123,200); }

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

border-color css

<style>
 span { border-color: #047BC8; }

 span { border-color: rgb(4,123,200); }

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