Html Css Color HEX #075C96 Dark Cerulean

📋 copy color: '#075C96'

red 7 ◦ green 92 ◦ blue 150

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

Shades of Dark Cerulean #075C96

Tints of Dark Cerulean #075C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.95%

 BLUE value IS 150 (58.98% from 255) = 60.24%

R = 2.81%
G = 36.95%
B = 60.24%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#075C96 (or 0x075C96) is known color: Dark Cerulean. HEX triplet: 07, 5C and 96. RGB value is (7,92,150). Sum of RGB (Red+Green+Blue) = 7+92+150=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #075C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C96 is #F8A369. Grayscale: #484848. Windows color (decimal): -16294762 or 9853959. OLE color: 9853959.

HSL color Cylindrical-coordinate representation of color #075C96: hue angle of 204.34º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075C96 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 92 150 -
CMYK 0.95 0.39 0 0.41
HSL 204.34º 0.91% 0.31% -
HSV(B) 204.34º 0.95% 0.59% -
XYZ 9.42 9.9 30.27 -
YUV 73.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 7 92 150 0.95 0.39 0 0.41 204.34 0.91 0.31
Hex 7 5C 96 5F 27 0 29 CC 5B 1F
Octal 7 134 226 137 47 0 51 314 133 37
Binary 111 1011100 10010110 1011111 100111 0 101001 11001100 1011011 11111

Color Harmonies of #075C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C96

Black with #075C96

Text Example


Text Example

White with #075C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075C96; }

 p { color: rgb(7,92,150); }

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

background-color css

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

 a { background-color: rgb(7,92,150); }

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

border-color css

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

 span { border-color: rgb(7,92,150); }

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