Html Css Color HEX #075071 Dark Cerulean

📋 copy color: '#075071'

red 7 ◦ green 80 ◦ blue 113

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

Shades of Dark Cerulean #075071

Tints of Dark Cerulean #075071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 3.5%
G = 40%
B = 56.5%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#075071 (or 0x075071) is known color: Dark Cerulean. HEX triplet: 07, 50 and 71. RGB value is (7,80,113). Sum of RGB (Red+Green+Blue) = 7+80+113=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #075071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075071 is #F8AF8E. Grayscale: #3D3D3D. Windows color (decimal): -16297871 or 7426055. OLE color: 7426055.

HSL color Cylindrical-coordinate representation of color #075071: hue angle of 198.68º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075071 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 80 113 -
CMYK 0.94 0.29 0 0.56
HSL 198.68º 0.88% 0.24% -
HSV(B) 198.68º 0.94% 0.44% -
XYZ 5.94 6.97 16.66 -
YUV 61.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 7 80 113 0.94 0.29 0 0.56 198.68 0.88 0.24
Hex 7 50 71 5E 1D 0 38 C7 58 18
Octal 7 120 161 136 35 0 70 307 130 30
Binary 111 1010000 1110001 1011110 11101 0 111000 11000111 1011000 11000

Color Harmonies of #075071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075071

Black with #075071

Text Example


Text Example

White with #075071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075071; }

 p { color: rgb(7,80,113); }

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

background-color css

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

 a { background-color: rgb(7,80,113); }

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

border-color css

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

 span { border-color: rgb(7,80,113); }

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