Html Css Color HEX #0257AE Cobalt

📋 copy color: '#0257AE'

red 2 ◦ green 87 ◦ blue 174

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

Shades of Cobalt #0257AE

Tints of Cobalt #0257AE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 174 (68.36% from 255) = 66.16%

R = 0.76%
G = 33.08%
B = 66.16%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0257AE (or 0x0257AE) is known color: Cobalt. HEX triplet: 02, 57 and AE. RGB value is (2,87,174). Sum of RGB (Red+Green+Blue) = 2+87+174=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #0257AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0257AE is #FDA851. Grayscale: #474747. Windows color (decimal): -16623698 or 11425538. OLE color: 11425538.

HSL color Cylindrical-coordinate representation of color #0257AE: hue angle of 210.35º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257AE is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 87 174 -
CMYK 0.99 0.5 0 0.32
HSL 210.35º 0.98% 0.35% -
HSV(B) 210.35º 0.99% 0.68% -
XYZ 11.07 9.89 41.37 -
YUV 71.5 185.84 78.43 -
System Red Green Blue C M Y K H S L
Decimal 2 87 174 0.99 0.5 0 0.32 210.35 0.98 0.35
Hex 2 57 AE 63 32 0 20 D2 62 23
Octal 2 127 256 143 62 0 40 322 142 43
Binary 10 1010111 10101110 1100011 110010 0 100000 11010010 1100010 100011

Color Harmonies of #0257AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0257AE

Black with #0257AE

Text Example


Text Example

White with #0257AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0257AE; }

 p { color: rgb(2,87,174); }

 H1.HeaderClassName
 {
   color: #0257AE;
 }
 .AnyTagClassName
 {
   color: #0257AE;
 }
</style>

background-color css

<style>
 a { background-color: #0257AE; }

 a { background-color: rgb(2,87,174); }

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

border-color css

<style>
 span { border-color: #0257AE; }

 span { border-color: rgb(2,87,174); }

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