Html Css Color HEX #023DB1 Cobalt

📋 copy color: '#023DB1'

red 2 ◦ green 61 ◦ blue 177

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

Shades of Cobalt #023DB1

Tints of Cobalt #023DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 73.75%

R = 0.83%
G = 25.42%
B = 73.75%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#023DB1 (or 0x023DB1) is known color: Cobalt. HEX triplet: 02, 3D and B1. RGB value is (2,61,177). Sum of RGB (Red+Green+Blue) = 2+61+177=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #023DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DB1 is #FDC24E. Grayscale: #383838. Windows color (decimal): -16630351 or 11615490. OLE color: 11615490.

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

Color convert

RGB 2 61 177 -
CMYK 0.99 0.66 0 0.31
HSL 219.77º 0.98% 0.35% -
HSV(B) 219.77º 0.99% 0.69% -
XYZ 9.63 6.52 42.35 -
YUV 56.58 195.95 89.07 -
System Red Green Blue C M Y K H S L
Decimal 2 61 177 0.99 0.66 0 0.31 219.77 0.98 0.35
Hex 2 3D B1 63 42 0 1F DC 62 23
Octal 2 75 261 143 102 0 37 334 142 43
Binary 10 111101 10110001 1100011 1000010 0 11111 11011100 1100010 100011

Color Harmonies of #023DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DB1

Black with #023DB1

Text Example


Text Example

White with #023DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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