Html Css Color HEX #0245BE Cobalt

📋 copy color: '#0245BE'

red 2 ◦ green 69 ◦ blue 190

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

Shades of Cobalt #0245BE

Tints of Cobalt #0245BE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 0.77%
G = 26.44%
B = 72.8%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0245BE (or 0x0245BE) is known color: Cobalt. HEX triplet: 02, 45 and BE. RGB value is (2,69,190). Sum of RGB (Red+Green+Blue) = 2+69+190=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #0245BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0245BE is #FDBA41. Grayscale: #3E3E3E. Windows color (decimal): -16628290 or 12469506. OLE color: 12469506.

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

Color convert

RGB 2 69 190 -
CMYK 0.99 0.64 0 0.25
HSL 218.62º 0.98% 0.38% -
HSV(B) 218.62º 0.99% 0.75% -
XYZ 11.45 7.99 49.65 -
YUV 62.76 199.8 84.66 -
System Red Green Blue C M Y K H S L
Decimal 2 69 190 0.99 0.64 0 0.25 218.62 0.98 0.38
Hex 2 45 BE 63 40 0 19 DB 62 26
Octal 2 105 276 143 100 0 31 333 142 46
Binary 10 1000101 10111110 1100011 1000000 0 11001 11011011 1100010 100110

Color Harmonies of #0245BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0245BE

Black with #0245BE

Text Example


Text Example

White with #0245BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,69,190); }

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

background-color css

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

 a { background-color: rgb(2,69,190); }

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

border-color css

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

 span { border-color: rgb(2,69,190); }

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