Html Css Color HEX #075C98 Cobalt

📋 copy color: '#075C98'

red 7 ◦ green 92 ◦ blue 152

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

Shades of Cobalt #075C98

Tints of Cobalt #075C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.56%

R = 2.79%
G = 36.65%
B = 60.56%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#075C98 (or 0x075C98) is known color: Cobalt. HEX triplet: 07, 5C and 98. RGB value is (7,92,152). Sum of RGB (Red+Green+Blue) = 7+92+152=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #075C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C98 is #F8A367. Grayscale: #494949. Windows color (decimal): -16294760 or 9985031. OLE color: 9985031.

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

Color convert

RGB 7 92 152 -
CMYK 0.95 0.39 0 0.40
HSL 204.83º 0.91% 0.31% -
HSV(B) 204.83º 0.95% 0.6% -
XYZ 9.58 9.97 31.12 -
YUV 73.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 7 92 152 0.95 0.39 0 0.40 204.83 0.91 0.31
Hex 7 5C 98 5F 27 0 28 CD 5B 1F
Octal 7 134 230 137 47 0 50 315 133 37
Binary 111 1011100 10011000 1011111 100111 0 101000 11001101 1011011 11111

Color Harmonies of #075C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C98

Black with #075C98

Text Example


Text Example

White with #075C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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