Html Css Color HEX #0241BC Cobalt

📋 copy color: '#0241BC'

red 2 ◦ green 65 ◦ blue 188

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

Shades of Cobalt #0241BC

Tints of Cobalt #0241BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 0.78%
G = 25.49%
B = 73.73%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0241BC (or 0x0241BC) is known color: Cobalt. HEX triplet: 02, 41 and BC. RGB value is (2,65,188). Sum of RGB (Red+Green+Blue) = 2+65+188=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #0241BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241BC is #FDBE43. Grayscale: #3B3B3B. Windows color (decimal): -16629316 or 12337410. OLE color: 12337410.

HSL color Cylindrical-coordinate representation of color #0241BC: hue angle of 219.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241BC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 65 188 -
CMYK 0.99 0.65 0 0.26
HSL 219.68º 0.98% 0.37% -
HSV(B) 219.68º 0.99% 0.74% -
XYZ 10.99 7.42 48.43 -
YUV 60.19 200.13 86.5 -
System Red Green Blue C M Y K H S L
Decimal 2 65 188 0.99 0.65 0 0.26 219.68 0.98 0.37
Hex 2 41 BC 63 41 0 1A DC 62 25
Octal 2 101 274 143 101 0 32 334 142 45
Binary 10 1000001 10111100 1100011 1000001 0 11010 11011100 1100010 100101

Color Harmonies of #0241BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241BC

Black with #0241BC

Text Example


Text Example

White with #0241BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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