Html Css Color HEX #047FB1 Cerulean

📋 copy color: '#047FB1'

red 4 ◦ green 127 ◦ blue 177

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

Shades of Cerulean #047FB1

Tints of Cerulean #047FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 177 (69.53% from 255) = 57.47%

R = 1.3%
G = 41.23%
B = 57.47%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#047FB1 (or 0x047FB1) is known color: Cerulean. HEX triplet: 04, 7F and B1. RGB value is (4,127,177). Sum of RGB (Red+Green+Blue) = 4+127+177=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #047FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047FB1 is #FB804E. Grayscale: #5F5F5F. Windows color (decimal): -16482383 or 11632388. OLE color: 11632388.

HSL color Cylindrical-coordinate representation of color #047FB1: hue angle of 197.34º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FB1 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 127 177 -
CMYK 0.98 0.28 0 0.31
HSL 197.34º 0.96% 0.35% -
HSV(B) 197.34º 0.98% 0.69% -
XYZ 15.58 18.38 44.32 -
YUV 95.92 173.75 62.43 -
System Red Green Blue C M Y K H S L
Decimal 4 127 177 0.98 0.28 0 0.31 197.34 0.96 0.35
Hex 4 7F B1 62 1C 0 1F C5 60 23
Octal 4 177 261 142 34 0 37 305 140 43
Binary 100 1111111 10110001 1100010 11100 0 11111 11000101 1100000 100011

Color Harmonies of #047FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FB1

Black with #047FB1

Text Example


Text Example

White with #047FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,127,177); }

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

background-color css

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

 a { background-color: rgb(4,127,177); }

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

border-color css

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

 span { border-color: rgb(4,127,177); }

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