Html Css Color HEX #075C9B Cobalt

📋 copy color: '#075C9B'

red 7 ◦ green 92 ◦ blue 155

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

Shades of Cobalt #075C9B

Tints of Cobalt #075C9B

RGB

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

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

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

R = 2.76%
G = 36.22%
B = 61.02%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#075C9B (or 0x075C9B) is known color: Cobalt. HEX triplet: 07, 5C and 9B. RGB value is (7,92,155). Sum of RGB (Red+Green+Blue) = 7+92+155=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #075C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C9B is #F8A364. Grayscale: #494949. Windows color (decimal): -16294757 or 10181639. OLE color: 10181639.

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

Color convert

RGB 7 92 155 -
CMYK 0.95 0.41 0 0.39
HSL 205.54º 0.91% 0.32% -
HSV(B) 205.54º 0.95% 0.61% -
XYZ 9.83 10.07 32.44 -
YUV 73.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 7 92 155 0.95 0.41 0 0.39 205.54 0.91 0.32
Hex 7 5C 9B 5F 29 0 27 CE 5B 20
Octal 7 134 233 137 51 0 47 316 133 40
Binary 111 1011100 10011011 1011111 101001 0 100111 11001110 1011011 100000

Color Harmonies of #075C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C9B

Black with #075C9B

Text Example


Text Example

White with #075C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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