Html Css Color HEX #0241BF Cobalt

📋 copy color: '#0241BF'

red 2 ◦ green 65 ◦ blue 191

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

Shades of Cobalt #0241BF

Tints of Cobalt #0241BF

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

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

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

R = 0.78%
G = 25.19%
B = 74.03%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0241BF (or 0x0241BF) is known color: Cobalt. HEX triplet: 02, 41 and BF. RGB value is (2,65,191). Sum of RGB (Red+Green+Blue) = 2+65+191=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #0241BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241BF is #FDBE40. Grayscale: #3B3B3B. Windows color (decimal): -16629313 or 12534018. OLE color: 12534018.

HSL color Cylindrical-coordinate representation of color #0241BF: hue angle of 220º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241BF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 65 191 -
CMYK 0.99 0.66 0 0.25
HSL 220º 0.98% 0.38% -
HSV(B) 220º 0.99% 0.75% -
XYZ 11.32 7.56 50.15 -
YUV 60.53 201.63 86.25 -
System Red Green Blue C M Y K H S L
Decimal 2 65 191 0.99 0.66 0 0.25 220 0.98 0.38
Hex 2 41 BF 63 42 0 19 DC 62 26
Octal 2 101 277 143 102 0 31 334 142 46
Binary 10 1000001 10111111 1100011 1000010 0 11001 11011100 1100010 100110

Color Harmonies of #0241BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241BF

Black with #0241BF

Text Example


Text Example

White with #0241BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,65,191); }

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

background-color css

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

 a { background-color: rgb(2,65,191); }

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

border-color css

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

 span { border-color: rgb(2,65,191); }

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