Html Css Color HEX #075189 Dark Cerulean

📋 copy color: '#075189'

red 7 ◦ green 81 ◦ blue 137

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

Shades of Dark Cerulean #075189

Tints of Dark Cerulean #075189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 3.11%
G = 36%
B = 60.89%

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

#075189 (or 0x075189) is known color: Dark Cerulean. HEX triplet: 07, 51 and 89. RGB value is (7,81,137). Sum of RGB (Red+Green+Blue) = 7+81+137=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #075189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075189 is #F8AE76. Grayscale: #404040. Windows color (decimal): -16297591 or 8999175. OLE color: 8999175.

HSL color Cylindrical-coordinate representation of color #075189: hue angle of 205.85º 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 #075189 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 81 137 -
CMYK 0.95 0.41 0 0.46
HSL 205.85º 0.9% 0.28% -
HSV(B) 205.85º 0.95% 0.54% -
XYZ 7.55 7.74 24.76 -
YUV 65.26 168.48 86.45 -
System Red Green Blue C M Y K H S L
Decimal 7 81 137 0.95 0.41 0 0.46 205.85 0.9 0.28
Hex 7 51 89 5F 29 0 2E CE 5A 1C
Octal 7 121 211 137 51 0 56 316 132 34
Binary 111 1010001 10001001 1011111 101001 0 101110 11001110 1011010 11100

Color Harmonies of #075189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075189

Black with #075189

Text Example


Text Example

White with #075189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075189; }

 p { color: rgb(7,81,137); }

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

background-color css

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

 a { background-color: rgb(7,81,137); }

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

border-color css

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

 span { border-color: rgb(7,81,137); }

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