Html Css Color HEX #0145BE Cobalt

📋 copy color: '#0145BE'

red 1 ◦ green 69 ◦ blue 190

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

Shades of Cobalt #0145BE

Tints of Cobalt #0145BE

RGB

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

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

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

R = 0.38%
G = 26.54%
B = 73.08%

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

#0145BE (or 0x0145BE) is known color: Cobalt. HEX triplet: 01, 45 and BE. RGB value is (1,69,190). Sum of RGB (Red+Green+Blue) = 1+69+190=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #0145BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0145BE is #FEBA41. Grayscale: #3D3D3D. Windows color (decimal): -16693826 or 12469505. OLE color: 12469505.

HSL color Cylindrical-coordinate representation of color #0145BE: hue angle of 218.41º 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 #0145BE is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 69 190 -
CMYK 0.99 0.64 0 0.25
HSL 218.41º 0.99% 0.37% -
HSV(B) 218.41º 0.99% 0.75% -
XYZ 11.43 7.98 49.65 -
YUV 62.46 199.97 84.16 -
System Red Green Blue C M Y K H S L
Decimal 1 69 190 0.99 0.64 0 0.25 218.41 0.99 0.37
Hex 1 45 BE 63 40 0 19 DA 63 25
Octal 1 105 276 143 100 0 31 332 143 45
Binary 1 1000101 10111110 1100011 1000000 0 11001 11011010 1100011 100101

Color Harmonies of #0145BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0145BE

Black with #0145BE

Text Example


Text Example

White with #0145BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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