Html Css Color HEX #0153BB Cobalt

📋 copy color: '#0153BB'

red 1 ◦ green 83 ◦ blue 187

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

Shades of Cobalt #0153BB

Tints of Cobalt #0153BB

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 187 (73.44% from 255) = 69%

R = 0.37%
G = 30.63%
B = 69%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0153BB (or 0x0153BB) is known color: Cobalt. HEX triplet: 01, 53 and BB. RGB value is (1,83,187). Sum of RGB (Red+Green+Blue) = 1+83+187=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #0153BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153BB is #FEAC44. Grayscale: #454545. Windows color (decimal): -16690245 or 12276481. OLE color: 12276481.

HSL color Cylindrical-coordinate representation of color #0153BB: hue angle of 213.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0153BB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 83 187 -
CMYK 0.99 0.56 0 0.27
HSL 213.55º 0.99% 0.37% -
HSV(B) 213.55º 0.99% 0.73% -
XYZ 12.08 9.78 48.27 -
YUV 70.34 193.83 78.54 -
System Red Green Blue C M Y K H S L
Decimal 1 83 187 0.99 0.56 0 0.27 213.55 0.99 0.37
Hex 1 53 BB 63 38 0 1B D6 63 25
Octal 1 123 273 143 70 0 33 326 143 45
Binary 1 1010011 10111011 1100011 111000 0 11011 11010110 1100011 100101

Color Harmonies of #0153BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0153BB

Black with #0153BB

Text Example


Text Example

White with #0153BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0153BB; }

 p { color: rgb(1,83,187); }

 H1.HeaderClassName
 {
   color: #0153BB;
 }
 .AnyTagClassName
 {
   color: #0153BB;
 }
</style>

background-color css

<style>
 a { background-color: #0153BB; }

 a { background-color: rgb(1,83,187); }

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

border-color css

<style>
 span { border-color: #0153BB; }

 span { border-color: rgb(1,83,187); }

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