Html Css Color HEX #0753AF Cobalt

📋 copy color: '#0753AF'

red 7 ◦ green 83 ◦ blue 175

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

Shades of Cobalt #0753AF

Tints of Cobalt #0753AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.04%

R = 2.64%
G = 31.32%
B = 66.04%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0753AF (or 0x0753AF) is known color: Cobalt. HEX triplet: 07, 53 and AF. RGB value is (7,83,175). Sum of RGB (Red+Green+Blue) = 7+83+175=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #0753AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0753AF is #F8AC50. Grayscale: #464646. Windows color (decimal): -16297041 or 11490055. OLE color: 11490055.

HSL color Cylindrical-coordinate representation of color #0753AF: hue angle of 212.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0753AF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 83 175 -
CMYK 0.96 0.53 0 0.31
HSL 212.86º 0.92% 0.36% -
HSV(B) 212.86º 0.96% 0.69% -
XYZ 10.92 9.33 41.78 -
YUV 70.76 186.82 82.52 -
System Red Green Blue C M Y K H S L
Decimal 7 83 175 0.96 0.53 0 0.31 212.86 0.92 0.36
Hex 7 53 AF 60 35 0 1F D5 5C 24
Octal 7 123 257 140 65 0 37 325 134 44
Binary 111 1010011 10101111 1100000 110101 0 11111 11010101 1011100 100100

Color Harmonies of #0753AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0753AF

Black with #0753AF

Text Example


Text Example

White with #0753AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0753AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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