Html Css Color HEX #075083 Dark Cerulean

📋 copy color: '#075083'

red 7 ◦ green 80 ◦ blue 131

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

Shades of Dark Cerulean #075083

Tints of Dark Cerulean #075083

RGB

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

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

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

R = 3.21%
G = 36.7%
B = 60.09%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#075083 (or 0x075083) is known color: Dark Cerulean. HEX triplet: 07, 50 and 83. RGB value is (7,80,131). Sum of RGB (Red+Green+Blue) = 7+80+131=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #075083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075083 is #F8AF7C. Grayscale: #3F3F3F. Windows color (decimal): -16297853 or 8605703. OLE color: 8605703.

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

Color convert

RGB 7 80 131 -
CMYK 0.95 0.39 0 0.49
HSL 204.68º 0.9% 0.27% -
HSV(B) 204.68º 0.95% 0.51% -
XYZ 7.05 7.42 22.53 -
YUV 63.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 7 80 131 0.95 0.39 0 0.49 204.68 0.9 0.27
Hex 7 50 83 5F 27 0 31 CD 5A 1B
Octal 7 120 203 137 47 0 61 315 132 33
Binary 111 1010000 10000011 1011111 100111 0 110001 11001101 1011010 11011

Color Harmonies of #075083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075083

Black with #075083

Text Example


Text Example

White with #075083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075083; }

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

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

background-color css

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

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

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

border-color css

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

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

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