Html Css Color HEX #073FB5 Cobalt

📋 copy color: '#073FB5'

red 7 ◦ green 63 ◦ blue 181

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

Shades of Cobalt #073FB5

Tints of Cobalt #073FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 181 (71.09% from 255) = 72.11%

R = 2.79%
G = 25.1%
B = 72.11%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#073FB5 (or 0x073FB5) is known color: Cobalt. HEX triplet: 07, 3F and B5. RGB value is (7,63,181). Sum of RGB (Red+Green+Blue) = 7+63+181=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 181 (71.09% from 255 or 72.11% from 251); Max value from RGB is 181 - color contains mainly: blue. Hex color #073FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FB5 is #F8C04A. Grayscale: #3B3B3B. Windows color (decimal): -16302155 or 11878151. OLE color: 11878151.

HSL color Cylindrical-coordinate representation of color #073FB5: hue angle of 220.69º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073FB5 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 63 181 -
CMYK 0.96 0.65 0 0.29
HSL 220.69º 0.93% 0.37% -
HSV(B) 220.69º 0.96% 0.71% -
XYZ 10.21 6.94 44.52 -
YUV 59.71 196.45 90.41 -
System Red Green Blue C M Y K H S L
Decimal 7 63 181 0.96 0.65 0 0.29 220.69 0.93 0.37
Hex 7 3F B5 60 41 0 1D DD 5D 25
Octal 7 77 265 140 101 0 35 335 135 45
Binary 111 111111 10110101 1100000 1000001 0 11101 11011101 1011101 100101

Color Harmonies of #073FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FB5

Black with #073FB5

Text Example


Text Example

White with #073FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,181); }

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

background-color css

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

 a { background-color: rgb(7,63,181); }

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

border-color css

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

 span { border-color: rgb(7,63,181); }

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