Html Css Color HEX #0251BC Cobalt

📋 copy color: '#0251BC'

red 2 ◦ green 81 ◦ blue 188

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

Shades of Cobalt #0251BC

Tints of Cobalt #0251BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 0.74%
G = 29.89%
B = 69.37%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0251BC (or 0x0251BC) is known color: Cobalt. HEX triplet: 02, 51 and BC. RGB value is (2,81,188). Sum of RGB (Red+Green+Blue) = 2+81+188=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #0251BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0251BC is #FDAE43. Grayscale: #454545. Windows color (decimal): -16625220 or 12341506. OLE color: 12341506.

HSL color Cylindrical-coordinate representation of color #0251BC: hue angle of 214.52º 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 #0251BC is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 81 188 -
CMYK 0.99 0.57 0 0.26
HSL 214.52º 0.98% 0.37% -
HSV(B) 214.52º 0.99% 0.74% -
XYZ 12.04 9.53 48.78 -
YUV 69.58 194.83 79.8 -
System Red Green Blue C M Y K H S L
Decimal 2 81 188 0.99 0.57 0 0.26 214.52 0.98 0.37
Hex 2 51 BC 63 39 0 1A D7 62 25
Octal 2 121 274 143 71 0 32 327 142 45
Binary 10 1010001 10111100 1100011 111001 0 11010 11010111 1100010 100101

Color Harmonies of #0251BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0251BC

Black with #0251BC

Text Example


Text Example

White with #0251BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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