Html Css Color HEX #023CBA Cobalt

📋 copy color: '#023CBA'

red 2 ◦ green 60 ◦ blue 186

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

Shades of Cobalt #023CBA

Tints of Cobalt #023CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

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

R = 0.81%
G = 24.19%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#023CBA (or 0x023CBA) is known color: Cobalt. HEX triplet: 02, 3C and BA. RGB value is (2,60,186). Sum of RGB (Red+Green+Blue) = 2+60+186=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #023CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CBA is #FDC345. Grayscale: #383838. Windows color (decimal): -16630598 or 12205058. OLE color: 12205058.

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

Color convert

RGB 2 60 186 -
CMYK 0.99 0.68 0 0.27
HSL 221.09º 0.98% 0.37% -
HSV(B) 221.09º 0.99% 0.73% -
XYZ 10.5 6.79 47.21 -
YUV 57.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 2 60 186 0.99 0.68 0 0.27 221.09 0.98 0.37
Hex 2 3C BA 63 44 0 1B DD 62 25
Octal 2 74 272 143 104 0 33 335 142 45
Binary 10 111100 10111010 1100011 1000100 0 11011 11011101 1100010 100101

Color Harmonies of #023CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CBA

Black with #023CBA

Text Example


Text Example

White with #023CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023CBA; }

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

 H1.HeaderClassName
 {
   color: #023CBA;
 }
 .AnyTagClassName
 {
   color: #023CBA;
 }
</style>

background-color css

<style>
 a { background-color: #023CBA; }

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

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

border-color css

<style>
 span { border-color: #023CBA; }

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

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