Html Css Color HEX #0748BE Cobalt

📋 copy color: '#0748BE'

red 7 ◦ green 72 ◦ blue 190

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

Shades of Cobalt #0748BE

Tints of Cobalt #0748BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 2.6%
G = 26.77%
B = 70.63%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0748BE (or 0x0748BE) is known color: Cobalt. HEX triplet: 07, 48 and BE. RGB value is (7,72,190). Sum of RGB (Red+Green+Blue) = 7+72+190=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #0748BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0748BE is #F8B741. Grayscale: #414141. Windows color (decimal): -16299842 or 12470279. OLE color: 12470279.

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

Color convert

RGB 7 72 190 -
CMYK 0.96 0.62 0 0.25
HSL 218.69º 0.93% 0.39% -
HSV(B) 218.69º 0.96% 0.75% -
XYZ 11.7 8.4 49.72 -
YUV 66.02 197.97 85.91 -
System Red Green Blue C M Y K H S L
Decimal 7 72 190 0.96 0.62 0 0.25 218.69 0.93 0.39
Hex 7 48 BE 60 3E 0 19 DB 5D 27
Octal 7 110 276 140 76 0 31 333 135 47
Binary 111 1001000 10111110 1100000 111110 0 11001 11011011 1011101 100111

Color Harmonies of #0748BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0748BE

Black with #0748BE

Text Example


Text Example

White with #0748BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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