Html Css Color HEX #023CB4 Cobalt

📋 copy color: '#023CB4'

red 2 ◦ green 60 ◦ blue 180

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

Shades of Cobalt #023CB4

Tints of Cobalt #023CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 74.38%

R = 0.83%
G = 24.79%
B = 74.38%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#023CB4 (or 0x023CB4) is known color: Cobalt. HEX triplet: 02, 3C and B4. RGB value is (2,60,180). Sum of RGB (Red+Green+Blue) = 2+60+180=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #023CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CB4 is #FDC34B. Grayscale: #373737. Windows color (decimal): -16630604 or 11811842. OLE color: 11811842.

HSL color Cylindrical-coordinate representation of color #023CB4: hue angle of 220.45º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CB4 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 60 180 -
CMYK 0.99 0.67 0 0.29
HSL 220.45º 0.98% 0.36% -
HSV(B) 220.45º 0.99% 0.71% -
XYZ 9.88 6.54 43.92 -
YUV 56.34 197.78 89.24 -
System Red Green Blue C M Y K H S L
Decimal 2 60 180 0.99 0.67 0 0.29 220.45 0.98 0.36
Hex 2 3C B4 63 43 0 1D DC 62 24
Octal 2 74 264 143 103 0 35 334 142 44
Binary 10 111100 10110100 1100011 1000011 0 11101 11011100 1100010 100100

Color Harmonies of #023CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CB4

Black with #023CB4

Text Example


Text Example

White with #023CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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