Html Css Color HEX #075A9B Cobalt

📋 copy color: '#075A9B'

red 7 ◦ green 90 ◦ blue 155

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

Shades of Cobalt #075A9B

Tints of Cobalt #075A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 2.78%
G = 35.71%
B = 61.51%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#075A9B (or 0x075A9B) is known color: Cobalt. HEX triplet: 07, 5A and 9B. RGB value is (7,90,155). Sum of RGB (Red+Green+Blue) = 7+90+155=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #075A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075A9B is #F8A564. Grayscale: #484848. Windows color (decimal): -16295269 or 10181127. OLE color: 10181127.

HSL color Cylindrical-coordinate representation of color #075A9B: hue angle of 206.35º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075A9B is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 90 155 -
CMYK 0.95 0.42 0 0.39
HSL 206.35º 0.91% 0.32% -
HSV(B) 206.35º 0.95% 0.61% -
XYZ 9.66 9.72 32.38 -
YUV 72.59 174.5 81.21 -
System Red Green Blue C M Y K H S L
Decimal 7 90 155 0.95 0.42 0 0.39 206.35 0.91 0.32
Hex 7 5A 9B 5F 2A 0 27 CE 5B 20
Octal 7 132 233 137 52 0 47 316 133 40
Binary 111 1011010 10011011 1011111 101010 0 100111 11001110 1011011 100000

Color Harmonies of #075A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A9B

Black with #075A9B

Text Example


Text Example

White with #075A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,90,155); }

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

background-color css

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

 a { background-color: rgb(7,90,155); }

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

border-color css

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

 span { border-color: rgb(7,90,155); }

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