Html Css Color HEX #0241AF Cobalt

📋 copy color: '#0241AF'

red 2 ◦ green 65 ◦ blue 175

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

Shades of Cobalt #0241AF

Tints of Cobalt #0241AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.31%

R = 0.83%
G = 26.86%
B = 72.31%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0241AF (or 0x0241AF) is known color: Cobalt. HEX triplet: 02, 41 and AF. RGB value is (2,65,175). Sum of RGB (Red+Green+Blue) = 2+65+175=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #0241AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0241AF is #FDBE50. Grayscale: #3A3A3A. Windows color (decimal): -16629329 or 11485442. OLE color: 11485442.

HSL color Cylindrical-coordinate representation of color #0241AF: hue angle of 218.15º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241AF is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 65 175 -
CMYK 0.99 0.63 0 0.31
HSL 218.15º 0.98% 0.35% -
HSV(B) 218.15º 0.99% 0.69% -
XYZ 9.65 6.89 41.38 -
YUV 58.7 193.63 87.56 -
System Red Green Blue C M Y K H S L
Decimal 2 65 175 0.99 0.63 0 0.31 218.15 0.98 0.35
Hex 2 41 AF 63 3F 0 1F DA 62 23
Octal 2 101 257 143 77 0 37 332 142 43
Binary 10 1000001 10101111 1100011 111111 0 11111 11011010 1100010 100011

Color Harmonies of #0241AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241AF

Black with #0241AF

Text Example


Text Example

White with #0241AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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