Html Css Color HEX #047DCB Navy Blue

📋 copy color: '#047DCB'

red 4 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #047DCB

Tints of Navy Blue #047DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 1.2%
G = 37.65%
B = 61.14%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#047DCB (or 0x047DCB) is known color: Navy Blue. HEX triplet: 04, 7D and CB. RGB value is (4,125,203). Sum of RGB (Red+Green+Blue) = 4+125+203=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #047DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DCB is #FB8234. Grayscale: #616161. Windows color (decimal): -16482869 or 13335812. OLE color: 13335812.

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

Color convert

RGB 4 125 203 -
CMYK 0.98 0.38 0 0.20
HSL 203.52º 0.96% 0.41% -
HSV(B) 203.52º 0.98% 0.8% -
XYZ 18.16 19 59.21 -
YUV 97.71 187.41 61.16 -
System Red Green Blue C M Y K H S L
Decimal 4 125 203 0.98 0.38 0 0.20 203.52 0.96 0.41
Hex 4 7D CB 62 26 0 14 CC 60 29
Octal 4 175 313 142 46 0 24 314 140 51
Binary 100 1111101 11001011 1100010 100110 0 10100 11001100 1100000 101001

Color Harmonies of #047DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DCB

Black with #047DCB

Text Example


Text Example

White with #047DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,125,203); }

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

background-color css

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

 a { background-color: rgb(4,125,203); }

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

border-color css

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

 span { border-color: rgb(4,125,203); }

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