Html Css Color HEX #0243AA Cobalt

📋 copy color: '#0243AA'

red 2 ◦ green 67 ◦ blue 170

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

Shades of Cobalt #0243AA

Tints of Cobalt #0243AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 71.13%

R = 0.84%
G = 28.03%
B = 71.13%

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

#0243AA (or 0x0243AA) is known color: Cobalt. HEX triplet: 02, 43 and AA. RGB value is (2,67,170). Sum of RGB (Red+Green+Blue) = 2+67+170=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #0243AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0243AA is #FDBC55. Grayscale: #3A3A3A. Windows color (decimal): -16628822 or 11158274. OLE color: 11158274.

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

Color convert

RGB 2 67 170 -
CMYK 0.99 0.61 0 0.33
HSL 216.79º 0.98% 0.34% -
HSV(B) 216.79º 0.99% 0.67% -
XYZ 9.29 6.93 38.88 -
YUV 59.31 190.47 87.12 -
System Red Green Blue C M Y K H S L
Decimal 2 67 170 0.99 0.61 0 0.33 216.79 0.98 0.34
Hex 2 43 AA 63 3D 0 21 D9 62 22
Octal 2 103 252 143 75 0 41 331 142 42
Binary 10 1000011 10101010 1100011 111101 0 100001 11011001 1100010 100010

Color Harmonies of #0243AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0243AA

Black with #0243AA

Text Example


Text Example

White with #0243AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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