Html Css Color HEX #0243AC Cobalt

📋 copy color: '#0243AC'

red 2 ◦ green 67 ◦ blue 172

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

Shades of Cobalt #0243AC

Tints of Cobalt #0243AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.37%

R = 0.83%
G = 27.8%
B = 71.37%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0243AC (or 0x0243AC) is known color: Cobalt. HEX triplet: 02, 43 and AC. RGB value is (2,67,172). Sum of RGB (Red+Green+Blue) = 2+67+172=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #0243AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0243AC is #FDBC53. Grayscale: #3B3B3B. Windows color (decimal): -16628820 or 11289346. OLE color: 11289346.

HSL color Cylindrical-coordinate representation of color #0243AC: hue angle of 217.06º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0243AC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 67 172 -
CMYK 0.99 0.61 0 0.33
HSL 217.06º 0.98% 0.34% -
HSV(B) 217.06º 0.99% 0.67% -
XYZ 9.48 7.01 39.88 -
YUV 59.54 191.47 86.96 -
System Red Green Blue C M Y K H S L
Decimal 2 67 172 0.99 0.61 0 0.33 217.06 0.98 0.34
Hex 2 43 AC 63 3D 0 21 D9 62 22
Octal 2 103 254 143 75 0 41 331 142 42
Binary 10 1000011 10101100 1100011 111101 0 100001 11011001 1100010 100010

Color Harmonies of #0243AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0243AC

Black with #0243AC

Text Example


Text Example

White with #0243AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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