Html Css Color HEX #0744BF Cobalt

📋 copy color: '#0744BF'

red 7 ◦ green 68 ◦ blue 191

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

Shades of Cobalt #0744BF

Tints of Cobalt #0744BF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 2.63%
G = 25.56%
B = 71.8%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0744BF (or 0x0744BF) is known color: Cobalt. HEX triplet: 07, 44 and BF. RGB value is (7,68,191). Sum of RGB (Red+Green+Blue) = 7+68+191=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #0744BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0744BF is #F8BB40. Grayscale: #3F3F3F. Windows color (decimal): -16300865 or 12534791. OLE color: 12534791.

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

Color convert

RGB 7 68 191 -
CMYK 0.96 0.64 0 0.25
HSL 220.11º 0.93% 0.39% -
HSV(B) 220.11º 0.96% 0.75% -
XYZ 11.56 7.94 50.21 -
YUV 63.78 199.79 87.5 -
System Red Green Blue C M Y K H S L
Decimal 7 68 191 0.96 0.64 0 0.25 220.11 0.93 0.39
Hex 7 44 BF 60 40 0 19 DC 5D 27
Octal 7 104 277 140 100 0 31 334 135 47
Binary 111 1000100 10111111 1100000 1000000 0 11001 11011100 1011101 100111

Color Harmonies of #0744BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0744BF

Black with #0744BF

Text Example


Text Example

White with #0744BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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