Html Css Color HEX #0749BC Cobalt

📋 copy color: '#0749BC'

red 7 ◦ green 73 ◦ blue 188

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

Shades of Cobalt #0749BC

Tints of Cobalt #0749BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 2.61%
G = 27.24%
B = 70.15%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0749BC (or 0x0749BC) is known color: Cobalt. HEX triplet: 07, 49 and BC. RGB value is (7,73,188). Sum of RGB (Red+Green+Blue) = 7+73+188=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #0749BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0749BC is #F8B643. Grayscale: #414141. Windows color (decimal): -16299588 or 12339463. OLE color: 12339463.

HSL color Cylindrical-coordinate representation of color #0749BC: hue angle of 218.12º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0749BC is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 73 188 -
CMYK 0.96 0.61 0 0.26
HSL 218.12º 0.93% 0.38% -
HSV(B) 218.12º 0.96% 0.74% -
XYZ 11.55 8.44 48.6 -
YUV 66.38 196.63 85.65 -
System Red Green Blue C M Y K H S L
Decimal 7 73 188 0.96 0.61 0 0.26 218.12 0.93 0.38
Hex 7 49 BC 60 3D 0 1A DA 5D 26
Octal 7 111 274 140 75 0 32 332 135 46
Binary 111 1001001 10111100 1100000 111101 0 11010 11011010 1011101 100110

Color Harmonies of #0749BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0749BC

Black with #0749BC

Text Example


Text Example

White with #0749BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0749BC; }

 p { color: rgb(7,73,188); }

 H1.HeaderClassName
 {
   color: #0749BC;
 }
 .AnyTagClassName
 {
   color: #0749BC;
 }
</style>

background-color css

<style>
 a { background-color: #0749BC; }

 a { background-color: rgb(7,73,188); }

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

border-color css

<style>
 span { border-color: #0749BC; }

 span { border-color: rgb(7,73,188); }

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