Html Css Color HEX #0243BB Cobalt

📋 copy color: '#0243BB'

red 2 ◦ green 67 ◦ blue 187

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

Shades of Cobalt #0243BB

Tints of Cobalt #0243BB

RGB

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

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

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

R = 0.78%
G = 26.17%
B = 73.05%

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

#0243BB (or 0x0243BB) is known color: Cobalt. HEX triplet: 02, 43 and BB. RGB value is (2,67,187). Sum of RGB (Red+Green+Blue) = 2+67+187=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #0243BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243BB is #FDBC44. Grayscale: #3C3C3C. Windows color (decimal): -16628805 or 12272386. OLE color: 12272386.

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

Color convert

RGB 2 67 187 -
CMYK 0.99 0.64 0 0.27
HSL 218.92º 0.98% 0.37% -
HSV(B) 218.92º 0.99% 0.73% -
XYZ 11 7.62 47.9 -
YUV 61.25 198.97 85.74 -
System Red Green Blue C M Y K H S L
Decimal 2 67 187 0.99 0.64 0 0.27 218.92 0.98 0.37
Hex 2 43 BB 63 40 0 1B DB 62 25
Octal 2 103 273 143 100 0 33 333 142 45
Binary 10 1000011 10111011 1100011 1000000 0 11011 11011011 1100010 100101

Color Harmonies of #0243BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0243BB

Black with #0243BB

Text Example


Text Example

White with #0243BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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