Html Css Color HEX #0741BC Cobalt

📋 copy color: '#0741BC'

red 7 ◦ green 65 ◦ blue 188

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

Shades of Cobalt #0741BC

Tints of Cobalt #0741BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 188 (73.83% from 255) = 72.31%

R = 2.69%
G = 25%
B = 72.31%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0741BC (or 0x0741BC) is known color: Cobalt. HEX triplet: 07, 41 and BC. RGB value is (7,65,188). Sum of RGB (Red+Green+Blue) = 7+65+188=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #0741BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0741BC is #F8BE43. Grayscale: #3D3D3D. Windows color (decimal): -16301636 or 12337415. OLE color: 12337415.

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

Color convert

RGB 7 65 188 -
CMYK 0.96 0.65 0 0.26
HSL 220.77º 0.93% 0.38% -
HSV(B) 220.77º 0.96% 0.74% -
XYZ 11.06 7.46 48.43 -
YUV 61.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 7 65 188 0.96 0.65 0 0.26 220.77 0.93 0.38
Hex 7 41 BC 60 41 0 1A DD 5D 26
Octal 7 101 274 140 101 0 32 335 135 46
Binary 111 1000001 10111100 1100000 1000001 0 11010 11011101 1011101 100110

Color Harmonies of #0741BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0741BC

Black with #0741BC

Text Example


Text Example

White with #0741BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0741BC; }

 p { color: rgb(7,65,188); }

 H1.HeaderClassName
 {
   color: #0741BC;
 }
 .AnyTagClassName
 {
   color: #0741BC;
 }
</style>

background-color css

<style>
 a { background-color: #0741BC; }

 a { background-color: rgb(7,65,188); }

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

border-color css

<style>
 span { border-color: #0741BC; }

 span { border-color: rgb(7,65,188); }

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