Html Css Color HEX #030253 Midnight Blue

📋 copy color: '#030253'

red 3 ◦ green 2 ◦ blue 83

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

Shades of Midnight Blue #030253

Tints of Midnight Blue #030253

RGB

 RED value IS 3 (1.56% from 255) = 3.41%

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

 BLUE value IS 83 (32.81% from 255) = 94.32%

R = 3.41%
G = 2.27%
B = 94.32%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#030253 (or 0x030253) is known color: Midnight Blue. HEX triplet: 03, 02 and 53. RGB value is (3,2,83). Sum of RGB (Red+Green+Blue) = 3+2+83=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 83 (32.81% from 255 or 94.32% from 88); Max value from RGB is 83 - color contains mainly: blue. Hex color #030253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030253 is #FCFDAC. Grayscale: #0B0B0B. Windows color (decimal): -16580013 or 5440003. OLE color: 5440003.

HSL color Cylindrical-coordinate representation of color #030253: hue angle of 240.74º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030253 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 2 83 -
CMYK 0.96 0.98 0 0.67
HSL 240.74º 0.95% 0.17% -
HSV(B) 240.74º 0.98% 0.33% -
XYZ 1.62 0.69 8.23 -
YUV 11.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 3 2 83 0.96 0.98 0 0.67 240.74 0.95 0.17
Hex 3 2 53 60 62 0 43 F1 5F 11
Octal 3 2 123 140 142 0 103 361 137 21
Binary 11 10 1010011 1100000 1100010 0 1000011 11110001 1011111 10001

Color Harmonies of #030253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030253

Black with #030253

Text Example


Text Example

White with #030253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030253; }

 p { color: rgb(3,2,83); }

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

background-color css

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

 a { background-color: rgb(3,2,83); }

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

border-color css

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

 span { border-color: rgb(3,2,83); }

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