Html Css Color HEX #023BBC Cobalt

📋 copy color: '#023BBC'

red 2 ◦ green 59 ◦ blue 188

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

Shades of Cobalt #023BBC

Tints of Cobalt #023BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

 BLUE value IS 188 (73.83% from 255) = 75.5%

R = 0.8%
G = 23.69%
B = 75.5%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#023BBC (or 0x023BBC) is known color: Cobalt. HEX triplet: 02, 3B and BC. RGB value is (2,59,188). Sum of RGB (Red+Green+Blue) = 2+59+188=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #023BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BBC is #FDC443. Grayscale: #383838. Windows color (decimal): -16630852 or 12335874. OLE color: 12335874.

HSL color Cylindrical-coordinate representation of color #023BBC: hue angle of 221.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BBC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 59 188 -
CMYK 0.99 0.69 0 0.26
HSL 221.61º 0.98% 0.37% -
HSV(B) 221.61º 0.99% 0.74% -
XYZ 10.67 6.77 48.32 -
YUV 56.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 2 59 188 0.99 0.69 0 0.26 221.61 0.98 0.37
Hex 2 3B BC 63 45 0 1A DE 62 25
Octal 2 73 274 143 105 0 32 336 142 45
Binary 10 111011 10111100 1100011 1000101 0 11010 11011110 1100010 100101

Color Harmonies of #023BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BBC

Black with #023BBC

Text Example


Text Example

White with #023BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,59,188); }

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

background-color css

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

 a { background-color: rgb(2,59,188); }

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

border-color css

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

 span { border-color: rgb(2,59,188); }

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