Html Css Color HEX #0255AC Cobalt

📋 copy color: '#0255AC'

red 2 ◦ green 85 ◦ blue 172

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

Shades of Cobalt #0255AC

Tints of Cobalt #0255AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.82%

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

R = 0.77%
G = 32.82%
B = 66.41%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0255AC (or 0x0255AC) is known color: Cobalt. HEX triplet: 02, 55 and AC. RGB value is (2,85,172). Sum of RGB (Red+Green+Blue) = 2+85+172=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #0255AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0255AC is #FDAA53. Grayscale: #454545. Windows color (decimal): -16624212 or 11293954. OLE color: 11293954.

HSL color Cylindrical-coordinate representation of color #0255AC: hue angle of 210.71º 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 #0255AC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 85 172 -
CMYK 0.99 0.51 0 0.33
HSL 210.71º 0.98% 0.34% -
HSV(B) 210.71º 0.99% 0.67% -
XYZ 10.72 9.49 40.3 -
YUV 70.1 185.5 79.43 -
System Red Green Blue C M Y K H S L
Decimal 2 85 172 0.99 0.51 0 0.33 210.71 0.98 0.34
Hex 2 55 AC 63 33 0 21 D3 62 22
Octal 2 125 254 143 63 0 41 323 142 42
Binary 10 1010101 10101100 1100011 110011 0 100001 11010011 1100010 100010

Color Harmonies of #0255AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0255AC

Black with #0255AC

Text Example


Text Example

White with #0255AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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