Html Css Color HEX #023FBA Cobalt

📋 copy color: '#023FBA'

red 2 ◦ green 63 ◦ blue 186

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

Shades of Cobalt #023FBA

Tints of Cobalt #023FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

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

R = 0.8%
G = 25.1%
B = 74.1%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#023FBA (or 0x023FBA) is known color: Cobalt. HEX triplet: 02, 3F and BA. RGB value is (2,63,186). Sum of RGB (Red+Green+Blue) = 2+63+186=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #023FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FBA is #FDC045. Grayscale: #3A3A3A. Windows color (decimal): -16629830 or 12205826. OLE color: 12205826.

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

Color convert

RGB 2 63 186 -
CMYK 0.99 0.66 0 0.27
HSL 220.11º 0.98% 0.37% -
HSV(B) 220.11º 0.99% 0.73% -
XYZ 10.67 7.11 47.27 -
YUV 58.78 199.79 87.5 -
System Red Green Blue C M Y K H S L
Decimal 2 63 186 0.99 0.66 0 0.27 220.11 0.98 0.37
Hex 2 3F BA 63 42 0 1B DC 62 25
Octal 2 77 272 143 102 0 33 334 142 45
Binary 10 111111 10111010 1100011 1000010 0 11011 11011100 1100010 100101

Color Harmonies of #023FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FBA

Black with #023FBA

Text Example


Text Example

White with #023FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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