Html Css Color HEX #0147BE Cobalt

📋 copy color: '#0147BE'

red 1 ◦ green 71 ◦ blue 190

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

Shades of Cobalt #0147BE

Tints of Cobalt #0147BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 190 (74.61% from 255) = 72.52%

R = 0.38%
G = 27.1%
B = 72.52%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0147BE (or 0x0147BE) is known color: Cobalt. HEX triplet: 01, 47 and BE. RGB value is (1,71,190). Sum of RGB (Red+Green+Blue) = 1+71+190=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #0147BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0147BE is #FEB841. Grayscale: #3F3F3F. Windows color (decimal): -16693314 or 12470017. OLE color: 12470017.

HSL color Cylindrical-coordinate representation of color #0147BE: hue angle of 217.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0147BE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 71 190 -
CMYK 0.99 0.63 0 0.25
HSL 217.78º 0.99% 0.37% -
HSV(B) 217.78º 0.99% 0.75% -
XYZ 11.56 8.23 49.69 -
YUV 63.64 199.31 83.32 -
System Red Green Blue C M Y K H S L
Decimal 1 71 190 0.99 0.63 0 0.25 217.78 0.99 0.37
Hex 1 47 BE 63 3F 0 19 DA 63 25
Octal 1 107 276 143 77 0 31 332 143 45
Binary 1 1000111 10111110 1100011 111111 0 11001 11011010 1100011 100101

Color Harmonies of #0147BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0147BE

Black with #0147BE

Text Example


Text Example

White with #0147BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0147BE; }

 p { color: rgb(1,71,190); }

 H1.HeaderClassName
 {
   color: #0147BE;
 }
 .AnyTagClassName
 {
   color: #0147BE;
 }
</style>

background-color css

<style>
 a { background-color: #0147BE; }

 a { background-color: rgb(1,71,190); }

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

border-color css

<style>
 span { border-color: #0147BE; }

 span { border-color: rgb(1,71,190); }

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