Html Css Color HEX #075184 Dark Cerulean

📋 copy color: '#075184'

red 7 ◦ green 81 ◦ blue 132

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

Shades of Dark Cerulean #075184

Tints of Dark Cerulean #075184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60%

R = 3.18%
G = 36.82%
B = 60%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#075184 (or 0x075184) is known color: Dark Cerulean. HEX triplet: 07, 51 and 84. RGB value is (7,81,132). Sum of RGB (Red+Green+Blue) = 7+81+132=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #075184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075184 is #F8AE7B. Grayscale: #404040. Windows color (decimal): -16297596 or 8671495. OLE color: 8671495.

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

Color convert

RGB 7 81 132 -
CMYK 0.95 0.39 0 0.48
HSL 204.48º 0.9% 0.27% -
HSV(B) 204.48º 0.95% 0.52% -
XYZ 7.19 7.6 22.92 -
YUV 64.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 7 81 132 0.95 0.39 0 0.48 204.48 0.9 0.27
Hex 7 51 84 5F 27 0 30 CC 5A 1B
Octal 7 121 204 137 47 0 60 314 132 33
Binary 111 1010001 10000100 1011111 100111 0 110000 11001100 1011010 11011

Color Harmonies of #075184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075184

Black with #075184

Text Example


Text Example

White with #075184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075184; }

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

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

background-color css

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

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

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

border-color css

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

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

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