Html Css Color HEX #075299 Cobalt

📋 copy color: '#075299'

red 7 ◦ green 82 ◦ blue 153

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

Shades of Cobalt #075299

Tints of Cobalt #075299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

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

R = 2.89%
G = 33.88%
B = 63.22%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075299 (or 0x075299) is known color: Cobalt. HEX triplet: 07, 52 and 99. RGB value is (7,82,153). Sum of RGB (Red+Green+Blue) = 7+82+153=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #075299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075299 is #F8AD66. Grayscale: #434343. Windows color (decimal): -16297319 or 10048007. OLE color: 10048007.

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

Color convert

RGB 7 82 153 -
CMYK 0.95 0.46 0 0.4
HSL 209.18º 0.91% 0.31% -
HSV(B) 209.18º 0.95% 0.6% -
XYZ 8.85 8.38 31.29 -
YUV 67.67 176.15 84.73 -
System Red Green Blue C M Y K H S L
Decimal 7 82 153 0.95 0.46 0 0.4 209.18 0.91 0.31
Hex 7 52 99 5F 2E 0 28 D1 5B 1F
Octal 7 122 231 137 56 0 50 321 133 37
Binary 111 1010010 10011001 1011111 101110 0 101000 11010001 1011011 11111

Color Harmonies of #075299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075299

Black with #075299

Text Example


Text Example

White with #075299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075299; }

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

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

background-color css

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

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

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

border-color css

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

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

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