Html Css Color HEX #0141BE Cobalt

📋 copy color: '#0141BE'

red 1 ◦ green 65 ◦ blue 190

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

Shades of Cobalt #0141BE

Tints of Cobalt #0141BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 0.39%
G = 25.39%
B = 74.22%

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

#0141BE (or 0x0141BE) is known color: Cobalt. HEX triplet: 01, 41 and BE. RGB value is (1,65,190). Sum of RGB (Red+Green+Blue) = 1+65+190=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #0141BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141BE is #FEBE41. Grayscale: #3B3B3B. Windows color (decimal): -16694850 or 12468481. OLE color: 12468481.

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

Color convert

RGB 1 65 190 -
CMYK 0.99 0.66 0 0.25
HSL 219.68º 0.99% 0.37% -
HSV(B) 219.68º 0.99% 0.75% -
XYZ 11.2 7.5 49.57 -
YUV 60.11 201.3 85.84 -
System Red Green Blue C M Y K H S L
Decimal 1 65 190 0.99 0.66 0 0.25 219.68 0.99 0.37
Hex 1 41 BE 63 42 0 19 DC 63 25
Octal 1 101 276 143 102 0 31 334 143 45
Binary 1 1000001 10111110 1100011 1000010 0 11001 11011100 1100011 100101

Color Harmonies of #0141BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141BE

Black with #0141BE

Text Example


Text Example

White with #0141BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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