Html Css Color HEX #0241BA Cobalt

📋 copy color: '#0241BA'

red 2 ◦ green 65 ◦ blue 186

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

Shades of Cobalt #0241BA

Tints of Cobalt #0241BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.52%

R = 0.79%
G = 25.69%
B = 73.52%

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

#0241BA (or 0x0241BA) is known color: Cobalt. HEX triplet: 02, 41 and BA. RGB value is (2,65,186). Sum of RGB (Red+Green+Blue) = 2+65+186=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #0241BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241BA is #FDBE45. Grayscale: #3B3B3B. Windows color (decimal): -16629318 or 12206338. OLE color: 12206338.

HSL color Cylindrical-coordinate representation of color #0241BA: hue angle of 219.46º degrees, saturation: 0.98, 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 #0241BA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 65 186 -
CMYK 0.99 0.65 0 0.27
HSL 219.46º 0.98% 0.37% -
HSV(B) 219.46º 0.99% 0.73% -
XYZ 10.78 7.34 47.3 -
YUV 59.96 199.13 86.66 -
System Red Green Blue C M Y K H S L
Decimal 2 65 186 0.99 0.65 0 0.27 219.46 0.98 0.37
Hex 2 41 BA 63 41 0 1B DB 62 25
Octal 2 101 272 143 101 0 33 333 142 45
Binary 10 1000001 10111010 1100011 1000001 0 11011 11011011 1100010 100101

Color Harmonies of #0241BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241BA

Black with #0241BA

Text Example


Text Example

White with #0241BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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