Html Css Color HEX #075285 Dark Cerulean

📋 copy color: '#075285'

red 7 ◦ green 82 ◦ blue 133

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

Shades of Dark Cerulean #075285

Tints of Dark Cerulean #075285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.91%

R = 3.15%
G = 36.94%
B = 59.91%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#075285 (or 0x075285) is known color: Dark Cerulean. HEX triplet: 07, 52 and 85. RGB value is (7,82,133). Sum of RGB (Red+Green+Blue) = 7+82+133=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #075285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075285 is #F8AD7A. Grayscale: #414141. Windows color (decimal): -16297339 or 8737287. OLE color: 8737287.

HSL color Cylindrical-coordinate representation of color #075285: hue angle of 204.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075285 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 82 133 -
CMYK 0.95 0.38 0 0.48
HSL 204.29º 0.9% 0.27% -
HSV(B) 204.29º 0.95% 0.52% -
XYZ 7.34 7.77 23.3 -
YUV 65.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 7 82 133 0.95 0.38 0 0.48 204.29 0.9 0.27
Hex 7 52 85 5F 26 0 30 CC 5A 1B
Octal 7 122 205 137 46 0 60 314 132 33
Binary 111 1010010 10000101 1011111 100110 0 110000 11001100 1011010 11011

Color Harmonies of #075285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075285

Black with #075285

Text Example


Text Example

White with #075285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075285; }

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

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

background-color css

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

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

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

border-color css

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

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

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