Html Css Color HEX #0747BD Cobalt

📋 copy color: '#0747BD'

red 7 ◦ green 71 ◦ blue 189

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

Shades of Cobalt #0747BD

Tints of Cobalt #0747BD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 189 (74.22% from 255) = 70.79%

R = 2.62%
G = 26.59%
B = 70.79%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0747BD (or 0x0747BD) is known color: Cobalt. HEX triplet: 07, 47 and BD. RGB value is (7,71,189). Sum of RGB (Red+Green+Blue) = 7+71+189=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #0747BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0747BD is #F8B842. Grayscale: #404040. Windows color (decimal): -16300099 or 12404487. OLE color: 12404487.

HSL color Cylindrical-coordinate representation of color #0747BD: hue angle of 218.9º 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 #0747BD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 71 189 -
CMYK 0.96 0.62 0 0.26
HSL 218.9º 0.93% 0.38% -
HSV(B) 218.9º 0.96% 0.74% -
XYZ 11.53 8.23 49.12 -
YUV 65.32 197.8 86.41 -
System Red Green Blue C M Y K H S L
Decimal 7 71 189 0.96 0.62 0 0.26 218.9 0.93 0.38
Hex 7 47 BD 60 3E 0 1A DB 5D 26
Octal 7 107 275 140 76 0 32 333 135 46
Binary 111 1000111 10111101 1100000 111110 0 11010 11011011 1011101 100110

Color Harmonies of #0747BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0747BD

Black with #0747BD

Text Example


Text Example

White with #0747BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0747BD; }

 p { color: rgb(7,71,189); }

 H1.HeaderClassName
 {
   color: #0747BD;
 }
 .AnyTagClassName
 {
   color: #0747BD;
 }
</style>

background-color css

<style>
 a { background-color: #0747BD; }

 a { background-color: rgb(7,71,189); }

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

border-color css

<style>
 span { border-color: #0747BD; }

 span { border-color: rgb(7,71,189); }

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