Html Css Color HEX #0307AA New Midnight Blue

📋 copy color: '#0307AA'

red 3 ◦ green 7 ◦ blue 170

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

Shades of New Midnight Blue #0307AA

Tints of New Midnight Blue #0307AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

 BLUE value IS 170 (66.8% from 255) = 94.44%

R = 1.67%
G = 3.89%
B = 94.44%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0307AA (or 0x0307AA) is known color: New Midnight Blue. HEX triplet: 03, 07 and AA. RGB value is (3,7,170). Sum of RGB (Red+Green+Blue) = 3+7+170=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 170 (66.80% from 255 or 94.44% from 180); Max value from RGB is 170 - color contains mainly: blue. Hex color #0307AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0307AA is #FCF855. Grayscale: #171717. Windows color (decimal): -16578646 or 11142915. OLE color: 11142915.

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

Color convert

RGB 3 7 170 -
CMYK 0.98 0.96 0 0.33
HSL 238.56º 0.97% 0.34% -
HSV(B) 238.56º 0.98% 0.67% -
XYZ 7.37 3.07 38.24 -
YUV 24.39 210.17 112.75 -
System Red Green Blue C M Y K H S L
Decimal 3 7 170 0.98 0.96 0 0.33 238.56 0.97 0.34
Hex 3 7 AA 62 60 0 21 EF 61 22
Octal 3 7 252 142 140 0 41 357 141 42
Binary 11 111 10101010 1100010 1100000 0 100001 11101111 1100001 100010

Color Harmonies of #0307AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0307AA

Black with #0307AA

Text Example


Text Example

White with #0307AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0307AA; }

 p { color: rgb(3,7,170); }

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

background-color css

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

 a { background-color: rgb(3,7,170); }

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

border-color css

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

 span { border-color: rgb(3,7,170); }

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