Html Css Color HEX #07477C Dark Cerulean

📋 copy color: '#07477C'

red 7 ◦ green 71 ◦ blue 124

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

Shades of Dark Cerulean #07477C

Tints of Dark Cerulean #07477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.15%

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

R = 3.47%
G = 35.15%
B = 61.39%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07477C (or 0x07477C) is known color: Dark Cerulean. HEX triplet: 07, 47 and 7C. RGB value is (7,71,124). Sum of RGB (Red+Green+Blue) = 7+71+124=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #07477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07477C is #F8B883. Grayscale: #393939. Windows color (decimal): -16300164 or 8144647. OLE color: 8144647.

HSL color Cylindrical-coordinate representation of color #07477C: hue angle of 207.18º 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 #07477C is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 71 124 -
CMYK 0.94 0.43 0 0.51
HSL 207.18º 0.89% 0.26% -
HSV(B) 207.18º 0.94% 0.49% -
XYZ 5.98 6.01 19.91 -
YUV 57.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 7 71 124 0.94 0.43 0 0.51 207.18 0.89 0.26
Hex 7 47 7C 5E 2B 0 33 CF 59 1A
Octal 7 107 174 136 53 0 63 317 131 32
Binary 111 1000111 1111100 1011110 101011 0 110011 11001111 1011001 11010

Color Harmonies of #07477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07477C

Black with #07477C

Text Example


Text Example

White with #07477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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