Html Css Color HEX #0152BC Cobalt

📋 copy color: '#0152BC'

red 1 ◦ green 82 ◦ blue 188

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

Shades of Cobalt #0152BC

Tints of Cobalt #0152BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

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

R = 0.37%
G = 30.26%
B = 69.37%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0152BC (or 0x0152BC) is known color: Cobalt. HEX triplet: 01, 52 and BC. RGB value is (1,82,188). Sum of RGB (Red+Green+Blue) = 1+82+188=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 82 (32.42% from 255 or 30.26% 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 #0152BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152BC is #FEAD43. Grayscale: #454545. Windows color (decimal): -16690500 or 12341761. OLE color: 12341761.

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

Color convert

RGB 1 82 188 -
CMYK 0.99 0.56 0 0.26
HSL 214.01º 0.99% 0.37% -
HSV(B) 214.01º 0.99% 0.74% -
XYZ 12.11 9.67 48.81 -
YUV 69.87 194.66 78.88 -
System Red Green Blue C M Y K H S L
Decimal 1 82 188 0.99 0.56 0 0.26 214.01 0.99 0.37
Hex 1 52 BC 63 38 0 1A D6 63 25
Octal 1 122 274 143 70 0 32 326 143 45
Binary 1 1010010 10111100 1100011 111000 0 11010 11010110 1100011 100101

Color Harmonies of #0152BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0152BC

Black with #0152BC

Text Example


Text Example

White with #0152BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,82,188); }

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

background-color css

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

 a { background-color: rgb(1,82,188); }

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

border-color css

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

 span { border-color: rgb(1,82,188); }

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