Html Css Color HEX #0244BB Cobalt

📋 copy color: '#0244BB'

red 2 ◦ green 68 ◦ blue 187

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

Shades of Cobalt #0244BB

Tints of Cobalt #0244BB

RGB

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

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

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

R = 0.78%
G = 26.46%
B = 72.76%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0244BB (or 0x0244BB) is known color: Cobalt. HEX triplet: 02, 44 and BB. RGB value is (2,68,187). Sum of RGB (Red+Green+Blue) = 2+68+187=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #0244BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0244BB is #FDBB44. Grayscale: #3D3D3D. Windows color (decimal): -16628549 or 12272642. OLE color: 12272642.

HSL color Cylindrical-coordinate representation of color #0244BB: hue angle of 218.59º degrees, saturation: 0.98, 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 #0244BB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 68 187 -
CMYK 0.99 0.64 0 0.27
HSL 218.59º 0.98% 0.37% -
HSV(B) 218.59º 0.99% 0.73% -
XYZ 11.06 7.74 47.92 -
YUV 61.83 198.63 85.32 -
System Red Green Blue C M Y K H S L
Decimal 2 68 187 0.99 0.64 0 0.27 218.59 0.98 0.37
Hex 2 44 BB 63 40 0 1B DB 62 25
Octal 2 104 273 143 100 0 33 333 142 45
Binary 10 1000100 10111011 1100011 1000000 0 11011 11011011 1100010 100101

Color Harmonies of #0244BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0244BB

Black with #0244BB

Text Example


Text Example

White with #0244BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,68,187); }

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

background-color css

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

 a { background-color: rgb(2,68,187); }

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

border-color css

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

 span { border-color: rgb(2,68,187); }

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