Html Css Color HEX #0243BA Cobalt

📋 copy color: '#0243BA'

red 2 ◦ green 67 ◦ blue 186

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

Shades of Cobalt #0243BA

Tints of Cobalt #0243BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 0.78%
G = 26.27%
B = 72.94%

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

#0243BA (or 0x0243BA) is known color: Cobalt. HEX triplet: 02, 43 and BA. RGB value is (2,67,186). Sum of RGB (Red+Green+Blue) = 2+67+186=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #0243BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243BA is #FDBC45. Grayscale: #3C3C3C. Windows color (decimal): -16628806 or 12206850. OLE color: 12206850.

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

Color convert

RGB 2 67 186 -
CMYK 0.99 0.64 0 0.27
HSL 218.8º 0.98% 0.37% -
HSV(B) 218.8º 0.99% 0.73% -
XYZ 10.9 7.57 47.34 -
YUV 61.13 198.47 85.82 -
System Red Green Blue C M Y K H S L
Decimal 2 67 186 0.99 0.64 0 0.27 218.8 0.98 0.37
Hex 2 43 BA 63 40 0 1B DB 62 25
Octal 2 103 272 143 100 0 33 333 142 45
Binary 10 1000011 10111010 1100011 1000000 0 11011 11011011 1100010 100101

Color Harmonies of #0243BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0243BA

Black with #0243BA

Text Example


Text Example

White with #0243BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0243BA; }

 p { color: rgb(2,67,186); }

 H1.HeaderClassName
 {
   color: #0243BA;
 }
 .AnyTagClassName
 {
   color: #0243BA;
 }
</style>

background-color css

<style>
 a { background-color: #0243BA; }

 a { background-color: rgb(2,67,186); }

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

border-color css

<style>
 span { border-color: #0243BA; }

 span { border-color: rgb(2,67,186); }

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