Html Css Color HEX #020C65 Midnight Blue

📋 copy color: '#020C65'

red 2 ◦ green 12 ◦ blue 101

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

Shades of Midnight Blue #020C65

Tints of Midnight Blue #020C65

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

 BLUE value IS 101 (39.84% from 255) = 87.83%

R = 1.74%
G = 10.43%
B = 87.83%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#020C65 (or 0x020C65) is known color: Midnight Blue. HEX triplet: 02, 0C and 65. RGB value is (2,12,101). Sum of RGB (Red+Green+Blue) = 2+12+101=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 101 (39.84% from 255 or 87.83% from 115); Max value from RGB is 101 - color contains mainly: blue. Hex color #020C65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C65 is #FDF39A. Grayscale: #121212. Windows color (decimal): -16642971 or 6622210. OLE color: 6622210.

HSL color Cylindrical-coordinate representation of color #020C65: hue angle of 233.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C65 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 12 101 -
CMYK 0.98 0.88 0 0.60
HSL 233.94º 0.96% 0.2% -
HSV(B) 233.94º 0.98% 0.4% -
XYZ 2.51 1.22 12.41 -
YUV 19.16 174.19 115.76 -
System Red Green Blue C M Y K H S L
Decimal 2 12 101 0.98 0.88 0 0.60 233.94 0.96 0.2
Hex 2 C 65 62 58 0 3C EA 60 14
Octal 2 14 145 142 130 0 74 352 140 24
Binary 10 1100 1100101 1100010 1011000 0 111100 11101010 1100000 10100

Color Harmonies of #020C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C65

Black with #020C65

Text Example


Text Example

White with #020C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C65; }

 p { color: rgb(2,12,101); }

 H1.HeaderClassName
 {
   color: #020C65;
 }
 .AnyTagClassName
 {
   color: #020C65;
 }
</style>

background-color css

<style>
 a { background-color: #020C65; }

 a { background-color: rgb(2,12,101); }

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

border-color css

<style>
 span { border-color: #020C65; }

 span { border-color: rgb(2,12,101); }

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