Html Css Color HEX #07547C Dark Cerulean

📋 copy color: '#07547C'

red 7 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #07547C

Tints of Dark Cerulean #07547C

RGB

 RED value IS 7 (3.13% from 255) = 3.26%

 GREEN value IS 84 (33.2% from 255) = 39.07%

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 3.26%
G = 39.07%
B = 57.67%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07547C (or 0x07547C) is known color: Dark Cerulean. HEX triplet: 07, 54 and 7C. RGB value is (7,84,124). Sum of RGB (Red+Green+Blue) = 7+84+124=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #07547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07547C is #F8AB83. Grayscale: #414141. Windows color (decimal): -16296836 or 8147975. OLE color: 8147975.

HSL color Cylindrical-coordinate representation of color #07547C: hue angle of 200.51º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07547C is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 84 124 -
CMYK 0.94 0.32 0 0.51
HSL 200.51º 0.89% 0.26% -
HSV(B) 200.51º 0.94% 0.49% -
XYZ 6.9 7.84 20.22 -
YUV 65.54 160.99 86.25 -
System Red Green Blue C M Y K H S L
Decimal 7 84 124 0.94 0.32 0 0.51 200.51 0.89 0.26
Hex 7 54 7C 5E 20 0 33 C9 59 1A
Octal 7 124 174 136 40 0 63 311 131 32
Binary 111 1010100 1111100 1011110 100000 0 110011 11001001 1011001 11010

Color Harmonies of #07547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07547C

Black with #07547C

Text Example


Text Example

White with #07547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07547C; }

 p { color: rgb(7,84,124); }

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

background-color css

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

 a { background-color: rgb(7,84,124); }

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

border-color css

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

 span { border-color: rgb(7,84,124); }

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