Html Css Color HEX #075C99 Cobalt

📋 copy color: '#075C99'

red 7 ◦ green 92 ◦ blue 153

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

Shades of Cobalt #075C99

Tints of Cobalt #075C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 2.78%
G = 36.51%
B = 60.71%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075C99 (or 0x075C99) is known color: Cobalt. HEX triplet: 07, 5C and 99. RGB value is (7,92,153). Sum of RGB (Red+Green+Blue) = 7+92+153=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #075C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C99 is #F8A366. Grayscale: #494949. Windows color (decimal): -16294759 or 10050567. OLE color: 10050567.

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

Color convert

RGB 7 92 153 -
CMYK 0.95 0.40 0 0.4
HSL 205.07º 0.91% 0.31% -
HSV(B) 205.07º 0.95% 0.6% -
XYZ 9.66 10 31.56 -
YUV 73.54 172.84 80.54 -
System Red Green Blue C M Y K H S L
Decimal 7 92 153 0.95 0.40 0 0.4 205.07 0.91 0.31
Hex 7 5C 99 5F 28 0 28 CD 5B 1F
Octal 7 134 231 137 50 0 50 315 133 37
Binary 111 1011100 10011001 1011111 101000 0 101000 11001101 1011011 11111

Color Harmonies of #075C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C99

Black with #075C99

Text Example


Text Example

White with #075C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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