Html Css Color HEX #023DBA Cobalt

📋 copy color: '#023DBA'

red 2 ◦ green 61 ◦ blue 186

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

Shades of Cobalt #023DBA

Tints of Cobalt #023DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

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

R = 0.8%
G = 24.5%
B = 74.7%

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

#023DBA (or 0x023DBA) is known color: Cobalt. HEX triplet: 02, 3D and BA. RGB value is (2,61,186). Sum of RGB (Red+Green+Blue) = 2+61+186=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #023DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DBA is #FDC245. Grayscale: #393939. Windows color (decimal): -16630342 or 12205314. OLE color: 12205314.

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

Color convert

RGB 2 61 186 -
CMYK 0.99 0.67 0 0.27
HSL 220.76º 0.98% 0.37% -
HSV(B) 220.76º 0.99% 0.73% -
XYZ 10.56 6.9 47.23 -
YUV 57.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 2 61 186 0.99 0.67 0 0.27 220.76 0.98 0.37
Hex 2 3D BA 63 43 0 1B DD 62 25
Octal 2 75 272 143 103 0 33 335 142 45
Binary 10 111101 10111010 1100011 1000011 0 11011 11011101 1100010 100101

Color Harmonies of #023DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DBA

Black with #023DBA

Text Example


Text Example

White with #023DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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