Html Css Color HEX #075F9F Cobalt

📋 copy color: '#075F9F'

red 7 ◦ green 95 ◦ blue 159

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

Shades of Cobalt #075F9F

Tints of Cobalt #075F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 2.68%
G = 36.4%
B = 60.92%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#075F9F (or 0x075F9F) is known color: Cobalt. HEX triplet: 07, 5F and 9F. RGB value is (7,95,159). Sum of RGB (Red+Green+Blue) = 7+95+159=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #075F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075F9F is #F8A060. Grayscale: #4B4B4B. Windows color (decimal): -16293985 or 10444551. OLE color: 10444551.

HSL color Cylindrical-coordinate representation of color #075F9F: hue angle of 205.26º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075F9F is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 95 159 -
CMYK 0.96 0.40 0 0.38
HSL 205.26º 0.92% 0.33% -
HSV(B) 205.26º 0.96% 0.62% -
XYZ 10.44 10.73 34.32 -
YUV 75.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 7 95 159 0.96 0.40 0 0.38 205.26 0.92 0.33
Hex 7 5F 9F 60 28 0 26 CD 5C 21
Octal 7 137 237 140 50 0 46 315 134 41
Binary 111 1011111 10011111 1100000 101000 0 100110 11001101 1011100 100001

Color Harmonies of #075F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F9F

Black with #075F9F

Text Example


Text Example

White with #075F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,95,159); }

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

background-color css

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

 a { background-color: rgb(7,95,159); }

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

border-color css

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

 span { border-color: rgb(7,95,159); }

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