Html Css Color HEX #0141BB Cobalt

📋 copy color: '#0141BB'

red 1 ◦ green 65 ◦ blue 187

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

Shades of Cobalt #0141BB

Tints of Cobalt #0141BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.91%

R = 0.4%
G = 25.69%
B = 73.91%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0141BB (or 0x0141BB) is known color: Cobalt. HEX triplet: 01, 41 and BB. RGB value is (1,65,187). Sum of RGB (Red+Green+Blue) = 1+65+187=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #0141BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141BB is #FEBE44. Grayscale: #3B3B3B. Windows color (decimal): -16694853 or 12271873. OLE color: 12271873.

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

Color convert

RGB 1 65 187 -
CMYK 0.99 0.65 0 0.27
HSL 219.35º 0.99% 0.37% -
HSV(B) 219.35º 0.99% 0.73% -
XYZ 10.87 7.37 47.86 -
YUV 59.77 199.8 86.08 -
System Red Green Blue C M Y K H S L
Decimal 1 65 187 0.99 0.65 0 0.27 219.35 0.99 0.37
Hex 1 41 BB 63 41 0 1B DB 63 25
Octal 1 101 273 143 101 0 33 333 143 45
Binary 1 1000001 10111011 1100011 1000001 0 11011 11011011 1100011 100101

Color Harmonies of #0141BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141BB

Black with #0141BB

Text Example


Text Example

White with #0141BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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