Html Css Color HEX #0747BE Cobalt

📋 copy color: '#0747BE'

red 7 ◦ green 71 ◦ blue 190

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

Shades of Cobalt #0747BE

Tints of Cobalt #0747BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.9%

R = 2.61%
G = 26.49%
B = 70.9%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0747BE (or 0x0747BE) is known color: Cobalt. HEX triplet: 07, 47 and BE. RGB value is (7,71,190). Sum of RGB (Red+Green+Blue) = 7+71+190=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #0747BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0747BE is #F8B841. Grayscale: #404040. Windows color (decimal): -16300098 or 12470023. OLE color: 12470023.

HSL color Cylindrical-coordinate representation of color #0747BE: hue angle of 219.02º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0747BE is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 71 190 -
CMYK 0.96 0.63 0 0.25
HSL 219.02º 0.93% 0.39% -
HSV(B) 219.02º 0.96% 0.75% -
XYZ 11.64 8.27 49.7 -
YUV 65.43 198.3 86.32 -
System Red Green Blue C M Y K H S L
Decimal 7 71 190 0.96 0.63 0 0.25 219.02 0.93 0.39
Hex 7 47 BE 60 3F 0 19 DB 5D 27
Octal 7 107 276 140 77 0 31 333 135 47
Binary 111 1000111 10111110 1100000 111111 0 11001 11011011 1011101 100111

Color Harmonies of #0747BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0747BE

Black with #0747BE

Text Example


Text Example

White with #0747BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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