Html Css Color HEX #047BA5 Cerulean

📋 copy color: '#047BA5'

red 4 ◦ green 123 ◦ blue 165

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

Shades of Cerulean #047BA5

Tints of Cerulean #047BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 56.51%

R = 1.37%
G = 42.12%
B = 56.51%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#047BA5 (or 0x047BA5) is known color: Cerulean. HEX triplet: 04, 7B and A5. RGB value is (4,123,165). Sum of RGB (Red+Green+Blue) = 4+123+165=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 165 (64.84% from 255 or 56.51% from 292); Max value from RGB is 165 - color contains mainly: blue. Hex color #047BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047BA5 is #FB845A. Grayscale: #5B5B5B. Windows color (decimal): -16483419 or 10844932. OLE color: 10844932.

HSL color Cylindrical-coordinate representation of color #047BA5: hue angle of 195.65º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BA5 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 123 165 -
CMYK 0.98 0.25 0 0.35
HSL 195.65º 0.95% 0.33% -
HSV(B) 195.65º 0.98% 0.65% -
XYZ 13.92 16.91 38.13 -
YUV 92.21 169.08 65.08 -
System Red Green Blue C M Y K H S L
Decimal 4 123 165 0.98 0.25 0 0.35 195.65 0.95 0.33
Hex 4 7B A5 62 19 0 23 C4 5F 21
Octal 4 173 245 142 31 0 43 304 137 41
Binary 100 1111011 10100101 1100010 11001 0 100011 11000100 1011111 100001

Color Harmonies of #047BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BA5

Black with #047BA5

Text Example


Text Example

White with #047BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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