Html Css Color HEX #023EBA Cobalt

📋 copy color: '#023EBA'

red 2 ◦ green 62 ◦ blue 186

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

Shades of Cobalt #023EBA

Tints of Cobalt #023EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

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

R = 0.8%
G = 24.8%
B = 74.4%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#023EBA (or 0x023EBA) is known color: Cobalt. HEX triplet: 02, 3E and BA. RGB value is (2,62,186). Sum of RGB (Red+Green+Blue) = 2+62+186=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #023EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EBA is #FDC145. Grayscale: #393939. Windows color (decimal): -16630086 or 12205570. OLE color: 12205570.

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

Color convert

RGB 2 62 186 -
CMYK 0.99 0.67 0 0.27
HSL 220.43º 0.98% 0.37% -
HSV(B) 220.43º 0.99% 0.73% -
XYZ 10.61 7 47.25 -
YUV 58.2 200.12 87.92 -
System Red Green Blue C M Y K H S L
Decimal 2 62 186 0.99 0.67 0 0.27 220.43 0.98 0.37
Hex 2 3E BA 63 43 0 1B DC 62 25
Octal 2 76 272 143 103 0 33 334 142 45
Binary 10 111110 10111010 1100011 1000011 0 11011 11011100 1100010 100101

Color Harmonies of #023EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EBA

Black with #023EBA

Text Example


Text Example

White with #023EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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