Html Css Color HEX #075398 Cobalt

📋 copy color: '#075398'

red 7 ◦ green 83 ◦ blue 152

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

Shades of Cobalt #075398

Tints of Cobalt #075398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 2.89%
G = 34.3%
B = 62.81%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#075398 (or 0x075398) is known color: Cobalt. HEX triplet: 07, 53 and 98. RGB value is (7,83,152). Sum of RGB (Red+Green+Blue) = 7+83+152=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #075398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075398 is #F8AC67. Grayscale: #434343. Windows color (decimal): -16297064 or 9982727. OLE color: 9982727.

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

Color convert

RGB 7 83 152 -
CMYK 0.95 0.45 0 0.40
HSL 208.55º 0.91% 0.31% -
HSV(B) 208.55º 0.95% 0.6% -
XYZ 8.85 8.5 30.88 -
YUV 68.14 175.32 84.39 -
System Red Green Blue C M Y K H S L
Decimal 7 83 152 0.95 0.45 0 0.40 208.55 0.91 0.31
Hex 7 53 98 5F 2D 0 28 D1 5B 1F
Octal 7 123 230 137 55 0 50 321 133 37
Binary 111 1010011 10011000 1011111 101101 0 101000 11010001 1011011 11111

Color Harmonies of #075398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075398

Black with #075398

Text Example


Text Example

White with #075398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075398; }

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

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

background-color css

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

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

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

border-color css

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

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

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