Html Css Color HEX #0757B2 Cobalt

📋 copy color: '#0757B2'

red 7 ◦ green 87 ◦ blue 178

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

Shades of Cobalt #0757B2

Tints of Cobalt #0757B2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

 BLUE value IS 178 (69.92% from 255) = 65.44%

R = 2.57%
G = 31.99%
B = 65.44%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0757B2 (or 0x0757B2) is known color: Cobalt. HEX triplet: 07, 57 and B2. RGB value is (7,87,178). Sum of RGB (Red+Green+Blue) = 7+87+178=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 178 (69.92% from 255 or 65.44% from 272); Max value from RGB is 178 - color contains mainly: blue. Hex color #0757B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0757B2 is #F8A84D. Grayscale: #494949. Windows color (decimal): -16296014 or 11687687. OLE color: 11687687.

HSL color Cylindrical-coordinate representation of color #0757B2: hue angle of 211.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0757B2 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 87 178 -
CMYK 0.96 0.51 0 0.30
HSL 211.93º 0.92% 0.36% -
HSV(B) 211.93º 0.96% 0.7% -
XYZ 11.53 10.08 43.46 -
YUV 73.45 187 80.6 -
System Red Green Blue C M Y K H S L
Decimal 7 87 178 0.96 0.51 0 0.30 211.93 0.92 0.36
Hex 7 57 B2 60 33 0 1E D4 5C 24
Octal 7 127 262 140 63 0 36 324 134 44
Binary 111 1010111 10110010 1100000 110011 0 11110 11010100 1011100 100100

Color Harmonies of #0757B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0757B2

Black with #0757B2

Text Example


Text Example

White with #0757B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0757B2; }

 p { color: rgb(7,87,178); }

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

background-color css

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

 a { background-color: rgb(7,87,178); }

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

border-color css

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

 span { border-color: rgb(7,87,178); }

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