Html Css Color HEX #0748BF Cobalt

📋 copy color: '#0748BF'

red 7 ◦ green 72 ◦ blue 191

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

Shades of Cobalt #0748BF

Tints of Cobalt #0748BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 2.59%
G = 26.67%
B = 70.74%

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

#0748BF (or 0x0748BF) is known color: Cobalt. HEX triplet: 07, 48 and BF. RGB value is (7,72,191). Sum of RGB (Red+Green+Blue) = 7+72+191=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #0748BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0748BF is #F8B740. Grayscale: #414141. Windows color (decimal): -16299841 or 12535815. OLE color: 12535815.

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

Color convert

RGB 7 72 191 -
CMYK 0.96 0.62 0 0.25
HSL 218.8º 0.93% 0.39% -
HSV(B) 218.8º 0.96% 0.75% -
XYZ 11.81 8.44 50.3 -
YUV 66.13 198.47 85.82 -
System Red Green Blue C M Y K H S L
Decimal 7 72 191 0.96 0.62 0 0.25 218.8 0.93 0.39
Hex 7 48 BF 60 3E 0 19 DB 5D 27
Octal 7 110 277 140 76 0 31 333 135 47
Binary 111 1001000 10111111 1100000 111110 0 11001 11011011 1011101 100111

Color Harmonies of #0748BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0748BF

Black with #0748BF

Text Example


Text Example

White with #0748BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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