Html Css Color HEX #073CAF Cobalt

📋 copy color: '#073CAF'

red 7 ◦ green 60 ◦ blue 175

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

Shades of Cobalt #073CAF

Tints of Cobalt #073CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

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

R = 2.89%
G = 24.79%
B = 72.31%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#073CAF (or 0x073CAF) is known color: Cobalt. HEX triplet: 07, 3C and AF. RGB value is (7,60,175). Sum of RGB (Red+Green+Blue) = 7+60+175=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #073CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073CAF is #F8C350. Grayscale: #383838. Windows color (decimal): -16302929 or 11484167. OLE color: 11484167.

HSL color Cylindrical-coordinate representation of color #073CAF: hue angle of 221.07º 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 #073CAF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 60 175 -
CMYK 0.96 0.66 0 0.31
HSL 221.07º 0.92% 0.36% -
HSV(B) 221.07º 0.96% 0.69% -
XYZ 9.44 6.37 41.29 -
YUV 57.26 194.44 92.15 -
System Red Green Blue C M Y K H S L
Decimal 7 60 175 0.96 0.66 0 0.31 221.07 0.92 0.36
Hex 7 3C AF 60 42 0 1F DD 5C 24
Octal 7 74 257 140 102 0 37 335 134 44
Binary 111 111100 10101111 1100000 1000010 0 11111 11011101 1011100 100100

Color Harmonies of #073CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CAF

Black with #073CAF

Text Example


Text Example

White with #073CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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