Html Css Color HEX #0141BF Cobalt

📋 copy color: '#0141BF'

red 1 ◦ green 65 ◦ blue 191

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

Shades of Cobalt #0141BF

Tints of Cobalt #0141BF

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

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

R = 0.39%
G = 25.29%
B = 74.32%

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

#0141BF (or 0x0141BF) is known color: Cobalt. HEX triplet: 01, 41 and BF. RGB value is (1,65,191). Sum of RGB (Red+Green+Blue) = 1+65+191=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #0141BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141BF is #FEBE40. Grayscale: #3B3B3B. Windows color (decimal): -16694849 or 12534017. OLE color: 12534017.

HSL color Cylindrical-coordinate representation of color #0141BF: hue angle of 219.79º degrees, saturation: 0.99, 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 #0141BF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 65 191 -
CMYK 0.99 0.66 0 0.25
HSL 219.79º 0.99% 0.38% -
HSV(B) 219.79º 0.99% 0.75% -
XYZ 11.31 7.55 50.15 -
YUV 60.23 201.8 85.75 -
System Red Green Blue C M Y K H S L
Decimal 1 65 191 0.99 0.66 0 0.25 219.79 0.99 0.38
Hex 1 41 BF 63 42 0 19 DC 63 26
Octal 1 101 277 143 102 0 31 334 143 46
Binary 1 1000001 10111111 1100011 1000010 0 11001 11011100 1100011 100110

Color Harmonies of #0141BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141BF

Black with #0141BF

Text Example


Text Example

White with #0141BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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