Html Css Color HEX #047AA1 Cerulean

📋 copy color: '#047AA1'

red 4 ◦ green 122 ◦ blue 161

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

Shades of Cerulean #047AA1

Tints of Cerulean #047AA1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

 BLUE value IS 161 (63.28% from 255) = 56.1%

R = 1.39%
G = 42.51%
B = 56.1%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#047AA1 (or 0x047AA1) is known color: Cerulean. HEX triplet: 04, 7A and A1. RGB value is (4,122,161). Sum of RGB (Red+Green+Blue) = 4+122+161=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #047AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047AA1 is #FB855E. Grayscale: #5A5A5A. Windows color (decimal): -16483679 or 10582532. OLE color: 10582532.

HSL color Cylindrical-coordinate representation of color #047AA1: hue angle of 194.9º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047AA1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 122 161 -
CMYK 0.98 0.24 0 0.37
HSL 194.9º 0.95% 0.32% -
HSV(B) 194.9º 0.98% 0.63% -
XYZ 13.44 16.52 36.2 -
YUV 91.16 167.41 65.83 -
System Red Green Blue C M Y K H S L
Decimal 4 122 161 0.98 0.24 0 0.37 194.9 0.95 0.32
Hex 4 7A A1 62 18 0 25 C3 5F 20
Octal 4 172 241 142 30 0 45 303 137 40
Binary 100 1111010 10100001 1100010 11000 0 100101 11000011 1011111 100000

Color Harmonies of #047AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047AA1

Black with #047AA1

Text Example


Text Example

White with #047AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,122,161); }

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

background-color css

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

 a { background-color: rgb(4,122,161); }

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

border-color css

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

 span { border-color: rgb(4,122,161); }

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