Html Css Color HEX #1402B3 New Midnight Blue

📋 copy color: '#1402B3'

red 20 ◦ green 2 ◦ blue 179

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

Shades of New Midnight Blue #1402B3

Tints of New Midnight Blue #1402B3

RGB

 RED value IS 20 (8.2% from 255) = 9.95%

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 179 (70.31% from 255) = 89.05%

R = 9.95%
G = 1%
B = 89.05%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1402B3 (or 0x1402B3) is known color: New Midnight Blue. HEX triplet: 14, 02 and B3. RGB value is (20,2,179). Sum of RGB (Red+Green+Blue) = 20+2+179=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 179 (70.31% from 255 or 89.05% from 201); Max value from RGB is 179 - color contains mainly: blue. Hex color #1402B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402B3 is #EBFD4C. Grayscale: #1A1A1A. Windows color (decimal): -15465805 or 11731476. OLE color: 11731476.

HSL color Cylindrical-coordinate representation of color #1402B3: hue angle of 246.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402B3 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 2 179 -
CMYK 0.89 0.99 0 0.30
HSL 246.1º 0.98% 0.35% -
HSV(B) 246.1º 0.99% 0.7% -
XYZ 8.45 3.45 42.87 -
YUV 27.56 213.46 122.61 -
System Red Green Blue C M Y K H S L
Decimal 20 2 179 0.89 0.99 0 0.30 246.1 0.98 0.35
Hex 14 2 B3 59 63 0 1E F6 62 23
Octal 24 2 263 131 143 0 36 366 142 43
Binary 10100 10 10110011 1011001 1100011 0 11110 11110110 1100010 100011

Color Harmonies of #1402B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1402B3

Black with #1402B3

Text Example


Text Example

White with #1402B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1402B3; }

 p { color: rgb(20,2,179); }

 H1.HeaderClassName
 {
   color: #1402B3;
 }
 .AnyTagClassName
 {
   color: #1402B3;
 }
</style>

background-color css

<style>
 a { background-color: #1402B3; }

 a { background-color: rgb(20,2,179); }

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

border-color css

<style>
 span { border-color: #1402B3; }

 span { border-color: rgb(20,2,179); }

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