Html Css Color HEX #075183 Dark Cerulean

📋 copy color: '#075183'

red 7 ◦ green 81 ◦ blue 131

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

Shades of Dark Cerulean #075183

Tints of Dark Cerulean #075183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.82%

R = 3.2%
G = 36.99%
B = 59.82%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#075183 (or 0x075183) is known color: Dark Cerulean. HEX triplet: 07, 51 and 83. RGB value is (7,81,131). Sum of RGB (Red+Green+Blue) = 7+81+131=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #075183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075183 is #F8AE7C. Grayscale: #404040. Windows color (decimal): -16297597 or 8605959. OLE color: 8605959.

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

Color convert

RGB 7 81 131 -
CMYK 0.95 0.38 0 0.49
HSL 204.19º 0.9% 0.27% -
HSV(B) 204.19º 0.95% 0.51% -
XYZ 7.13 7.57 22.56 -
YUV 64.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 7 81 131 0.95 0.38 0 0.49 204.19 0.9 0.27
Hex 7 51 83 5F 26 0 31 CC 5A 1B
Octal 7 121 203 137 46 0 61 314 132 33
Binary 111 1010001 10000011 1011111 100110 0 110001 11001100 1011010 11011

Color Harmonies of #075183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075183

Black with #075183

Text Example


Text Example

White with #075183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075183; }

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

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

background-color css

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

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

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

border-color css

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

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

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