Html Css Color HEX #0044BE Cobalt

📋 copy color: '#0044BE'

red 0 ◦ green 68 ◦ blue 190

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

Shades of Cobalt #0044BE

Tints of Cobalt #0044BE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 26.36%

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

R = 0%
G = 26.36%
B = 73.64%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0044BE (or 0x0044BE) is known color: Cobalt. HEX triplet: 00, 44 and BE. RGB value is (0,68,190). Sum of RGB (Red+Green+Blue) = 0+68+190=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #0044BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044BE is #FFBB41. Grayscale: #3D3D3D. Windows color (decimal): -16759618 or 12469248. OLE color: 12469248.

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

Color convert

RGB 0 68 190 -
CMYK 1 0.64 0 0.25
HSL 218.53º 1% 0.37% -
HSV(B) 218.53º 1% 0.75% -
XYZ 11.36 7.85 49.63 -
YUV 61.58 200.47 84.08 -
System Red Green Blue C M Y K H S L
Decimal 0 68 190 1 0.64 0 0.25 218.53 1 0.37
Hex 0 44 BE 64 40 0 19 DB 64 25
Octal 0 104 276 144 100 0 31 333 144 45
Binary 0 1000100 10111110 1100100 1000000 0 11001 11011011 1100100 100101

Color Harmonies of #0044BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0044BE

Black with #0044BE

Text Example


Text Example

White with #0044BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,68,190); }

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

background-color css

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

 a { background-color: rgb(0,68,190); }

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

border-color css

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

 span { border-color: rgb(0,68,190); }

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