Html Css Color HEX #0240AC Cobalt

📋 copy color: '#0240AC'

red 2 ◦ green 64 ◦ blue 172

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

Shades of Cobalt #0240AC

Tints of Cobalt #0240AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

 BLUE value IS 172 (67.58% from 255) = 72.27%

R = 0.84%
G = 26.89%
B = 72.27%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0240AC (or 0x0240AC) is known color: Cobalt. HEX triplet: 02, 40 and AC. RGB value is (2,64,172). Sum of RGB (Red+Green+Blue) = 2+64+172=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #0240AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0240AC is #FDBF53. Grayscale: #393939. Windows color (decimal): -16629588 or 11288578. OLE color: 11288578.

HSL color Cylindrical-coordinate representation of color #0240AC: hue angle of 218.12º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240AC is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 64 172 -
CMYK 0.99 0.63 0 0.33
HSL 218.12º 0.98% 0.34% -
HSV(B) 218.12º 0.99% 0.67% -
XYZ 9.3 6.66 39.82 -
YUV 57.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 2 64 172 0.99 0.63 0 0.33 218.12 0.98 0.34
Hex 2 40 AC 63 3F 0 21 DA 62 22
Octal 2 100 254 143 77 0 41 332 142 42
Binary 10 1000000 10101100 1100011 111111 0 100001 11011010 1100010 100010

Color Harmonies of #0240AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240AC

Black with #0240AC

Text Example


Text Example

White with #0240AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0240AC; }

 p { color: rgb(2,64,172); }

 H1.HeaderClassName
 {
   color: #0240AC;
 }
 .AnyTagClassName
 {
   color: #0240AC;
 }
</style>

background-color css

<style>
 a { background-color: #0240AC; }

 a { background-color: rgb(2,64,172); }

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

border-color css

<style>
 span { border-color: #0240AC; }

 span { border-color: rgb(2,64,172); }

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