Html Css Color HEX #047595 Cerulean

📋 copy color: '#047595'

red 4 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #047595

Tints of Cerulean #047595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 1.48%
G = 43.33%
B = 55.19%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#047595 (or 0x047595) is known color: Cerulean. HEX triplet: 04, 75 and 95. RGB value is (4,117,149). Sum of RGB (Red+Green+Blue) = 4+117+149=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #047595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047595 is #FB8A6A. Grayscale: #565656. Windows color (decimal): -16484971 or 9794820. OLE color: 9794820.

HSL color Cylindrical-coordinate representation of color #047595: hue angle of 193.24º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047595 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 117 149 -
CMYK 0.97 0.21 0 0.42
HSL 193.24º 0.95% 0.3% -
HSV(B) 193.24º 0.97% 0.58% -
XYZ 11.84 14.92 30.69 -
YUV 86.86 163.06 68.9 -
System Red Green Blue C M Y K H S L
Decimal 4 117 149 0.97 0.21 0 0.42 193.24 0.95 0.3
Hex 4 75 95 61 15 0 2A C1 5F 1E
Octal 4 165 225 141 25 0 52 301 137 36
Binary 100 1110101 10010101 1100001 10101 0 101010 11000001 1011111 11110

Color Harmonies of #047595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047595

Black with #047595

Text Example


Text Example

White with #047595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047595; }

 p { color: rgb(4,117,149); }

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

background-color css

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

 a { background-color: rgb(4,117,149); }

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

border-color css

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

 span { border-color: rgb(4,117,149); }

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