Html Css Color HEX #0450BB Cobalt

📋 copy color: '#0450BB'

red 4 ◦ green 80 ◦ blue 187

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

Shades of Cobalt #0450BB

Tints of Cobalt #0450BB

RGB

 RED value IS 4 (1.95% from 255) = 1.48%

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 1.48%
G = 29.52%
B = 69%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0450BB (or 0x0450BB) is known color: Cobalt. HEX triplet: 04, 50 and BB. RGB value is (4,80,187). Sum of RGB (Red+Green+Blue) = 4+80+187=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 80 (31.64% from 255 or 29.52% 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 #0450BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450BB is #FBAF44. Grayscale: #444444. Windows color (decimal): -16494405 or 12275716. OLE color: 12275716.

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

Color convert

RGB 4 80 187 -
CMYK 0.98 0.57 0 0.27
HSL 215.08º 0.96% 0.37% -
HSV(B) 215.08º 0.98% 0.73% -
XYZ 11.89 9.35 48.19 -
YUV 69.47 194.32 81.3 -
System Red Green Blue C M Y K H S L
Decimal 4 80 187 0.98 0.57 0 0.27 215.08 0.96 0.37
Hex 4 50 BB 62 39 0 1B D7 60 25
Octal 4 120 273 142 71 0 33 327 140 45
Binary 100 1010000 10111011 1100010 111001 0 11011 11010111 1100000 100101

Color Harmonies of #0450BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450BB

Black with #0450BB

Text Example


Text Example

White with #0450BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,80,187); }

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

background-color css

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

 a { background-color: rgb(4,80,187); }

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

border-color css

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

 span { border-color: rgb(4,80,187); }

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