Html Css Color HEX #023BBB Cobalt

📋 copy color: '#023BBB'

red 2 ◦ green 59 ◦ blue 187

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

Shades of Cobalt #023BBB

Tints of Cobalt #023BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.4%

R = 0.81%
G = 23.79%
B = 75.4%

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

#023BBB (or 0x023BBB) is known color: Cobalt. HEX triplet: 02, 3B and BB. RGB value is (2,59,187). Sum of RGB (Red+Green+Blue) = 2+59+187=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #023BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BBB is #FDC444. Grayscale: #373737. Windows color (decimal): -16630853 or 12270338. OLE color: 12270338.

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

Color convert

RGB 2 59 187 -
CMYK 0.99 0.68 0 0.27
HSL 221.51º 0.98% 0.37% -
HSV(B) 221.51º 0.99% 0.73% -
XYZ 10.56 6.73 47.76 -
YUV 56.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 2 59 187 0.99 0.68 0 0.27 221.51 0.98 0.37
Hex 2 3B BB 63 44 0 1B DE 62 25
Octal 2 73 273 143 104 0 33 336 142 45
Binary 10 111011 10111011 1100011 1000100 0 11011 11011110 1100010 100101

Color Harmonies of #023BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BBB

Black with #023BBB

Text Example


Text Example

White with #023BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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