Html Css Color HEX #07528A Dark Cerulean

📋 copy color: '#07528A'

red 7 ◦ green 82 ◦ blue 138

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

Shades of Dark Cerulean #07528A

Tints of Dark Cerulean #07528A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 138 (54.3% from 255) = 60.79%

R = 3.08%
G = 36.12%
B = 60.79%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07528A (or 0x07528A) is known color: Dark Cerulean. HEX triplet: 07, 52 and 8A. RGB value is (7,82,138). Sum of RGB (Red+Green+Blue) = 7+82+138=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #07528A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07528A is #F8AD75. Grayscale: #414141. Windows color (decimal): -16297334 or 9064967. OLE color: 9064967.

HSL color Cylindrical-coordinate representation of color #07528A: hue angle of 205.65º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07528A is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 82 138 -
CMYK 0.95 0.41 0 0.46
HSL 205.65º 0.9% 0.28% -
HSV(B) 205.65º 0.95% 0.54% -
XYZ 7.69 7.91 25.17 -
YUV 65.96 168.65 85.95 -
System Red Green Blue C M Y K H S L
Decimal 7 82 138 0.95 0.41 0 0.46 205.65 0.9 0.28
Hex 7 52 8A 5F 29 0 2E CE 5A 1C
Octal 7 122 212 137 51 0 56 316 132 34
Binary 111 1010010 10001010 1011111 101001 0 101110 11001110 1011010 11100

Color Harmonies of #07528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07528A

Black with #07528A

Text Example


Text Example

White with #07528A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,82,138); }

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

background-color css

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

 a { background-color: rgb(7,82,138); }

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

border-color css

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

 span { border-color: rgb(7,82,138); }

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