Html Css Color HEX #07537A Dark Cerulean

📋 copy color: '#07537A'

red 7 ◦ green 83 ◦ blue 122

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

Shades of Dark Cerulean #07537A

Tints of Dark Cerulean #07537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 3.3%
G = 39.15%
B = 57.55%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07537A (or 0x07537A) is known color: Dark Cerulean. HEX triplet: 07, 53 and 7A. RGB value is (7,83,122). Sum of RGB (Red+Green+Blue) = 7+83+122=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #07537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07537A is #F8AC85. Grayscale: #404040. Windows color (decimal): -16297094 or 8016647. OLE color: 8016647.

HSL color Cylindrical-coordinate representation of color #07537A: hue angle of 200.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07537A is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 83 122 -
CMYK 0.94 0.32 0 0.52
HSL 200.35º 0.89% 0.25% -
HSV(B) 200.35º 0.94% 0.48% -
XYZ 6.69 7.64 19.53 -
YUV 64.72 160.32 86.83 -
System Red Green Blue C M Y K H S L
Decimal 7 83 122 0.94 0.32 0 0.52 200.35 0.89 0.25
Hex 7 53 7A 5E 20 0 34 C8 59 19
Octal 7 123 172 136 40 0 64 310 131 31
Binary 111 1010011 1111010 1011110 100000 0 110100 11001000 1011001 11001

Color Harmonies of #07537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07537A

Black with #07537A

Text Example


Text Example

White with #07537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07537A; }

 p { color: rgb(7,83,122); }

 H1.HeaderClassName
 {
   color: #07537A;
 }
 .AnyTagClassName
 {
   color: #07537A;
 }
</style>

background-color css

<style>
 a { background-color: #07537A; }

 a { background-color: rgb(7,83,122); }

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

border-color css

<style>
 span { border-color: #07537A; }

 span { border-color: rgb(7,83,122); }

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